#4F8CCC

Color #4F8CCC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4F8CCC

Tints of Havelock Blue #4F8CCC

Color information

#4F8CCC (or 0x4F8CCC) is unknown color: approx Havelock Blue. HEX triplet: 4F, 8C and CC. RGB value is (79,140,204). Sum of RGB (Red+Green+Blue) = 79+140+204=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F8CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8CCC is #B07333. Grayscale: #808080. Windows color (decimal): -11563828 or 13405263. OLE color: 13405263.

HSL color Cylindrical-coordinate representation of color #4F8CCC: hue angle of 210.72º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F8CCC is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79140204-
CMYK0.610.3100.2
HSL210.72º55.07%55.49%-
HSV(B)210.72º61.27%80%-
XYZ23.524.7860.67-
YUV129.06170.2992.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 18.68%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=18.68%
G=33.10%
B=48.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791402040.610.3100.2210.7255.0755.49
Hex4F8CCC3D1F014d33737
Octal11721431475370243236767
Binary100111110001100110011001111011111101010011010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F8CCC; }

 p { color: rgb(79,140,204); }

 H1.HeaderClassName
 {
   color: #4F8CCC;
 }
 .AnyTagClassName
 {
   color: #4F8CCC;
 }
</style>
background-color css

<style>
 a { background-color: #4F8CCC; }

 a { background-color: rgb(79,140,204); }

 div.DivClassName
 {
   background-color: #4F8CCC;
 }
 .BgClassName
 {
   background-color: #4F8CCC;
 }
</style>
border-color css

<style>
 span { border-color: #4F8CCC; }

 span { border-color: rgb(79,140,204); }

 td.TdClassName
 {
   border-color: #4F8CCC;
 }
 .TagClassName
 {
   border-color: #4F8CCC;
 }
</style>