Color Hex Logo

#4a7bfd Color Hex

#4A7BFD
(74,123,253)
0 Favorites   0 Comments

Color spaces of #4a7bfd

RGB 74123253
HSL0.620.980.64
HSV224°71°99°
CMYK 0.710.510.00   0.01
XYZ27.636622.713695.8561
Yxy22.71360.18900.1554
Hunter Lab47.658820.1065-85.8888
CIE-Lab54.776126.1777-69.6551

#4a7bfd color RGB value is (74,123,253).

#4a7bfd hex color red value is 74, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4a7bfd hue: 0.62 , saturation: 0.98 and the lightness value of 4a7bfd is 0.64.

The process color (four color CMYK) of #4a7bfd color hex is 0.71, 0.51, 0.00, 0.01. Web safe color of #4a7bfd is #3366ff. Color #4a7bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01111011 11111101
Octal 112 173 375
Decimal 74 123 253
Hex 4A 7B FD

RGB Percentages of Color #4a7bfd

%16.44
%27.33
%56.22

CMYK Percentages of Color #4a7bfd

%71
%51
%0
%1

Triadic Colors of #4a7bfd

#4a7bfd #fd4a7b #7bfd4a

Analogous Colors of #4a7bfd

#4a7bfd #734afd #4ad5fd

Monochromatic Colors of #4a7bfd

#4a7bfd

Complementary Color

#4a7bfd #fdcc4a

#4a7bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7bfd Color CSS Codes

.mybgcolor {background-color:#4a7bfd; } 
.myforecolor {color:#4a7bfd; }
.mybordercolor {border:3px solid #4a7bfd; }

#4a7bfd Text Font Color

<p style="color:#4a7bfd">Text here</p>

This sample text font color is #4a7bfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4a7bfd Background Color

<div style="background-color:#4a7bfd">
Div content here</div>

This div background color is #4a7bfd


#4a7bfd Border Color

<div style="border:3px solid #4a7bfd">
Div here</div>

This div border color is #4a7bfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,123,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a7bfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a7bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #4a7bfd;
  box-shadow:         1px 1px 3px 2px #4a7bfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,123,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a7bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4a7bfd;
  -webkit-box-shadow: 1px 1px 3px 2px #4a7bfd;
  box-shadow:         1px 1px 3px 2px #4a7bfd;">
Div content here</div>

This div box has shadow with color #4a7bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.