#4C8ADD

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

Shades of Havelock Blue #4C8ADD

Tints of Havelock Blue #4C8ADD

Color information

#4C8ADD (or 0x4C8ADD) is unknown color: approx Havelock Blue. HEX triplet: 4C, 8A and DD. RGB value is (76,138,221). Sum of RGB (Red+Green+Blue) = 76+138+221=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C8ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8ADD is #B37522. Grayscale: #808080. Windows color (decimal): -11760931 or 14518860. OLE color: 14518860.

HSL color Cylindrical-coordinate representation of color #4C8ADD: hue angle of 214.34º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C8ADD is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76138221-
CMYK0.660.3800.13
HSL214.34º68.08%58.24%-
HSV(B)214.34º65.61%86.67%-
XYZ25.1224.9371.9-
YUV128.92179.9690.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.47%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=17.47%
G=31.72%
B=50.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761382210.660.3800.13214.3468.0858.24
Hex4C8ADD42260Dd6443a
Octal1142123351024601532610472
Binary10011001000101011011101100001010011001101110101101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,138,221); }

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

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

 a { background-color: rgb(76,138,221); }

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

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

 span { border-color: rgb(76,138,221); }

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