Color Hex Logo

#4995cb Color Hex

#4995CB
(73,149,203)
0 Favorites   0 Comments

Color spaces of #4995cb

RGB 73149203
HSL0.570.560.54
HSV205°64°80°
CMYK 0.640.270.00   0.20
XYZ24.274627.223260.4751
Yxy27.22320.21680.2431
Hunter Lab52.1759-8.2614-32.1977
CIE-Lab59.1804-6.8230-34.7788

#4995cb color RGB value is (73,149,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010101 11001011
Octal 111 225 313
Decimal 73 149 203
Hex 49 95 CB

RGB Percentages of Color #4995cb

%17.18
%35.06
%47.76

CMYK Percentages of Color #4995cb

%64
%27
%0
%20

Triadic Colors of #4995cb

#4995cb #cb4995 #95cb49

Analogous Colors of #4995cb

#4995cb #4954cb #49cbc0

Monochromatic Colors of #4995cb

#4995cb

Complementary Color

#4995cb #cb7f49

#4995cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4995cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4995cb Color CSS Codes

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

#4995cb Text Font Color

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

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


#4995cb Background Color

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

This div background color is #4995cb


#4995cb Border Color

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

This div border color is #4995cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4995cb


Comments

No comments written yet.

Please login to write comment.