#4F8ACC

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

Shades of Havelock Blue #4F8ACC

Tints of Havelock Blue #4F8ACC

Color information

#4F8ACC (or 0x4F8ACC) is unknown color: approx Havelock Blue. HEX triplet: 4F, 8A and CC. RGB value is (79,138,204). Sum of RGB (Red+Green+Blue) = 79+138+204=421 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.76% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F8ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8ACC is #B07533. Grayscale: #7F7F7F. Windows color (decimal): -11564340 or 13404751. OLE color: 13404751.

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

Color convert

RGB79138204-
CMYK0.610.3200.2
HSL211.68º55.07%55.49%-
HSV(B)211.68º61.27%80%-
XYZ23.2124.260.57-
YUV127.88170.9593.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.76%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=18.76%
G=32.78%
B=48.46%

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
Decimal791382040.610.3200.2211.6855.0755.49
Hex4F8ACC3D20014d43737
Octal11721231475400243246767
Binary1001111100010101100110011110110000001010011010100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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