Color Hex Logo

#4b9acc Color Hex

#4B9ACC
(75,154,204)
0 Favorites   0 Comments

Color spaces of #4b9acc

RGB 75154204
HSL0.560.560.55
HSV203°63°80°
CMYK 0.630.250.00   0.20
XYZ25.356328.966761.3815
Yxy28.96670.21910.2504
Hunter Lab53.8207-10.0904-29.9446
CIE-Lab60.7522-8.9546-32.8860

#4b9acc color RGB value is (75,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10011010 11001100
Octal 113 232 314
Decimal 75 154 204
Hex 4B 9A CC

RGB Percentages of Color #4b9acc

%17.32
%35.57
%47.11

CMYK Percentages of Color #4b9acc

%63
%25
%0
%20

Triadic Colors of #4b9acc

#4b9acc #cc4b9a #9acc4b

Analogous Colors of #4b9acc

#4b9acc #4b5acc #4bccbe

Monochromatic Colors of #4b9acc

#4b9acc

Complementary Color

#4b9acc #cc7d4b

#4b9acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b9acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b9acc Color CSS Codes

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

#4b9acc Text Font Color

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

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


#4b9acc Background Color

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

This div background color is #4b9acc


#4b9acc Border Color

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

This div border color is #4b9acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b9acc


Comments

No comments written yet.

Please login to write comment.