#4C8FCB

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

Shades of Havelock Blue #4C8FCB

Tints of Havelock Blue #4C8FCB

Color information

#4C8FCB (or 0x4C8FCB) is unknown color: approx Havelock Blue. HEX triplet: 4C, 8F and CB. RGB value is (76,143,203). Sum of RGB (Red+Green+Blue) = 76+143+203=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C8FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8FCB is #B37034. Grayscale: #818181. Windows color (decimal): -11759669 or 13340492. OLE color: 13340492.

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

Color convert

RGB76143203-
CMYK0.630.3000.20
HSL208.35º54.98%54.71%-
HSV(B)208.35º62.56%79.61%-
XYZ23.5825.4960.18-
YUV129.81169.389.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.01%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=18.01%
G=33.89%
B=48.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761432030.630.3000.20208.3554.9854.71
Hex4C8FCB3F1E014d03737
Octal11421731377360243206767
Binary100110010001111110010111111111111001010011010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,143,203); }

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

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

 a { background-color: rgb(76,143,203); }

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

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

 span { border-color: rgb(76,143,203); }

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