#4F8BCC

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

Shades of Havelock Blue #4F8BCC

Tints of Havelock Blue #4F8BCC

Color information

#4F8BCC (or 0x4F8BCC) is unknown color: approx Havelock Blue. HEX triplet: 4F, 8B and CC. RGB value is (79,139,204). Sum of RGB (Red+Green+Blue) = 79+139+204=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8BCC is #B07433. Grayscale: #808080. Windows color (decimal): -11564084 or 13405007. OLE color: 13405007.

HSL color Cylindrical-coordinate representation of color #4F8BCC: hue angle of 211.2º 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 #4F8BCC is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79139204-
CMYK0.610.3200.2
HSL211.2º55.07%55.49%-
HSV(B)211.2º61.27%80%-
XYZ23.3624.4960.62-
YUV128.47170.6292.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.72%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=18.72%
G=32.94%
B=48.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791392040.610.3200.2211.255.0755.49
Hex4F8BCC3D20014d33737
Octal11721331475400243236767
Binary1001111100010111100110011110110000001010011010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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