#4C86C8

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

Shades of Havelock Blue #4C86C8

Tints of Havelock Blue #4C86C8

Color information

#4C86C8 (or 0x4C86C8) is unknown color: approx Havelock Blue. HEX triplet: 4C, 86 and C8. RGB value is (76,134,200). Sum of RGB (Red+Green+Blue) = 76+134+200=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #4C86C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C86C8 is #B37937. Grayscale: #7B7B7B. Windows color (decimal): -11761976 or 13141580. OLE color: 13141580.

HSL color Cylindrical-coordinate representation of color #4C86C8: hue angle of 211.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C86C8 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB76134200-
CMYK0.620.3300.22
HSL211.94º52.99%54.12%-
HSV(B)211.94º62%78.43%-
XYZ21.9322.7657.88-
YUV124.18170.7893.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.54%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 200 (78.52% from 255) = 48.78%
R=18.54%
G=32.68%
B=48.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761342000.620.3300.22211.9452.9954.12
Hex4C86C83E21016d43536
Octal11420631076410263246566
Binary1001100100001101100100011111010000101011011010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C86C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,134,200); }

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

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

 a { background-color: rgb(76,134,200); }

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

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

 span { border-color: rgb(76,134,200); }

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