Color Hex Logo

#4f8fb3 Color Hex

#4F8FB3
(79,143,179)
0 Favorites   0 Comments

Color spaces of #4f8fb3

RGB 79143179
HSL0.560.400.51
HSV202°56°70°
CMYK 0.560.200.00   0.30
XYZ21.183624.561946.2722
Yxy24.56190.23020.2669
Hunter Lab49.5600-10.4330-20.6648
CIE-Lab56.6460-9.9798-25.1143

#4f8fb3 color RGB value is (79,143,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10001111 10110011
Octal 117 217 263
Decimal 79 143 179
Hex 4F 8F B3

RGB Percentages of Color #4f8fb3

%19.70
%35.66
%44.64

CMYK Percentages of Color #4f8fb3

%56
%20
%0
%30

Triadic Colors of #4f8fb3

#4f8fb3 #b34f8f #8fb34f

Analogous Colors of #4f8fb3

#4f8fb3 #4f5db3 #4fb3a5

Monochromatic Colors of #4f8fb3

#4f8fb3

Complementary Color

#4f8fb3 #b3734f

#4f8fb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f8fb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f8fb3 Color CSS Codes

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

#4f8fb3 Text Font Color

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

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


#4f8fb3 Background Color

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

This div background color is #4f8fb3


#4f8fb3 Border Color

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

This div border color is #4f8fb3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,143,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 #4f8fb3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f8fb3


Comments

No comments written yet.

Please login to write comment.