Color Hex Logo

#4b9fcd Color Hex

#4B9FCD
(75,159,205)
0 Favorites   0 Comments

Color spaces of #4b9fcd

RGB 75159205
HSL0.560.570.55
HSV201°63°80°
CMYK 0.630.220.00   0.20
XYZ26.319230.699962.2961
Yxy30.69990.22060.2573
Hunter Lab55.4075-12.1735-27.8761
CIE-Lab62.2535-11.4017-31.1142

#4b9fcd color RGB value is (75,159,205).

#4b9fcd hex color red value is 75, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4b9fcd hue: 0.56 , saturation: 0.57 and the lightness value of 4b9fcd is 0.55.

The process color (four color CMYK) of #4b9fcd color hex is 0.63, 0.22, 0.00, 0.20. Web safe color of #4b9fcd is #3399cc. Color #4b9fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10011111 11001101
Octal 113 237 315
Decimal 75 159 205
Hex 4B 9F CD

RGB Percentages of Color #4b9fcd

%17.08
%36.22
%46.70

CMYK Percentages of Color #4b9fcd

%63
%22
%0
%20

Triadic Colors of #4b9fcd

#4b9fcd #cd4b9f #9fcd4b

Analogous Colors of #4b9fcd

#4b9fcd #4b5ecd #4bcdba

Monochromatic Colors of #4b9fcd

#4b9fcd

Complementary Color

#4b9fcd #cd794b

#4b9fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b9fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b9fcd Color CSS Codes

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

#4b9fcd Text Font Color

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

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


#4b9fcd Background Color

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

This div background color is #4b9fcd


#4b9fcd Border Color

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

This div border color is #4b9fcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,159,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b9fcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b9fcd;
  -webkit-box-shadow: 1px 1px 3px 2px #4b9fcd;
  box-shadow:         1px 1px 3px 2px #4b9fcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,159,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b9fcd


Comments

No comments written yet.

Please login to write comment.