Color Hex Logo

#4f9bb3 Color Hex

#4F9BB3
(79,155,179)
0 Favorites   0 Comments

Color spaces of #4f9bb3

RGB 79155179
HSL0.540.400.51
HSV194°56°70°
CMYK 0.560.130.00   0.30
XYZ23.082528.359646.9052
Yxy28.35960.23470.2884
Hunter Lab53.2537-15.8243-14.9443
CIE-Lab60.2122-16.5511-19.6483

#4f9bb3 color RGB value is (79,155,179).

#4f9bb3 hex color red value is 79, green value is 155 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #4f9bb3 hue: 0.54 , saturation: 0.40 and the lightness value of 4f9bb3 is 0.51.

The process color (four color CMYK) of #4f9bb3 color hex is 0.56, 0.13, 0.00, 0.30. Web safe color of #4f9bb3 is #6699cc. Color #4f9bb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10011011 10110011
Octal 117 233 263
Decimal 79 155 179
Hex 4F 9B B3

RGB Percentages of Color #4f9bb3

%19.13
%37.53
%43.34

CMYK Percentages of Color #4f9bb3

%56
%13
%0
%30

Triadic Colors of #4f9bb3

#4f9bb3 #b34f9b #9bb34f

Analogous Colors of #4f9bb3

#4f9bb3 #4f69b3 #4fb399

Monochromatic Colors of #4f9bb3

#4f9bb3

Complementary Color

#4f9bb3 #b3674f

#4f9bb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f9bb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f9bb3 Color CSS Codes

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

#4f9bb3 Text Font Color

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

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


#4f9bb3 Background Color

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

This div background color is #4f9bb3


#4f9bb3 Border Color

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

This div border color is #4f9bb3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,155,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f9bb3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f9bb3;
  -webkit-box-shadow: 1px 1px 3px 2px #4f9bb3;
  box-shadow:         1px 1px 3px 2px #4f9bb3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,155,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f9bb3


Comments

No comments written yet.

Please login to write comment.