Color Hex Logo

#4892cb Color Hex

#4892CB
(72,146,203)
0 Favorites   0 Comments

Color spaces of #4892cb

RGB 72146203
HSL0.570.560.54
HSV206°65°80°
CMYK 0.650.280.00   0.20
XYZ23.730926.247360.3154
Yxy26.24730.21520.2380
Hunter Lab51.2321-6.9744-33.9394
CIE-Lab58.2710-5.2899-36.2018

#4892cb color RGB value is (72,146,203).

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

The process color (four color CMYK) of #4892cb color hex is 0.65, 0.28, 0.00, 0.20. Web safe color of #4892cb is #3399cc. Color #4892cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010010 11001011
Octal 110 222 313
Decimal 72 146 203
Hex 48 92 CB

RGB Percentages of Color #4892cb

%17.10
%34.68
%48.22

CMYK Percentages of Color #4892cb

%65
%28
%0
%20

Triadic Colors of #4892cb

#4892cb #cb4892 #92cb48

Analogous Colors of #4892cb

#4892cb #4850cb #48cbc3

Monochromatic Colors of #4892cb

#4892cb

Complementary Color

#4892cb #cb8148

#4892cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4892cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4892cb Color CSS Codes

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

#4892cb Text Font Color

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

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


#4892cb Background Color

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

This div background color is #4892cb


#4892cb Border Color

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

This div border color is #4892cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,146,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 #4892cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4892cb


Comments

No comments written yet.

Please login to write comment.