Color Hex Logo

#4962cb Color Hex

#4962CB
(73,98,203)
0 Favorites   0 Comments

Color spaces of #4962cb

RGB 7398203
HSL0.630.560.54
HSV228°64°80°
CMYK 0.640.520.00   0.20
XYZ17.894814.463658.3485
Yxy14.46360.19730.1595
Hunter Lab38.031017.4355-64.3430
CIE-Lab44.890624.1120-57.4663

#4962cb color RGB value is (73,98,203).

#4962cb hex color red value is 73, green value is 98 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4962cb hue: 0.63 , saturation: 0.56 and the lightness value of 4962cb is 0.54.

The process color (four color CMYK) of #4962cb color hex is 0.64, 0.52, 0.00, 0.20. Web safe color of #4962cb is #3366cc. Color #4962cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100010 11001011
Octal 111 142 313
Decimal 73 98 203
Hex 49 62 CB

RGB Percentages of Color #4962cb

%19.52
%26.20
%54.28

CMYK Percentages of Color #4962cb

%64
%52
%0
%20

Triadic Colors of #4962cb

#4962cb #cb4962 #62cb49

Analogous Colors of #4962cb

#4962cb #7149cb #49a3cb

Monochromatic Colors of #4962cb

#4962cb

Complementary Color

#4962cb #cbb249

#4962cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4962cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4962cb Color CSS Codes

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

#4962cb Text Font Color

<p style="color:#4962cb">Text here</p>

This sample text font color is #4962cb
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.


#4962cb Background Color

<div style="background-color:#4962cb">
Div content here</div>

This div background color is #4962cb


#4962cb Border Color

<div style="border:3px solid #4962cb">
Div here</div>

This div border color is #4962cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,98,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4962cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4962cb;
  -webkit-box-shadow: 1px 1px 3px 2px #4962cb;
  box-shadow:         1px 1px 3px 2px #4962cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,98,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4962cb


Comments

No comments written yet.

Please login to write comment.