#4880ce

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

Shades of Havelock Blue #4880CE

Tints of Havelock Blue #4880CE

Color information

#4880CE (or 0x4880CE) is unknown color: approx Havelock Blue. HEX triplet: 48, 80 and CE. RGB value is (72,128,206). Sum of RGB (Red+Green+Blue) = 72+128+206=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #4880CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4880CE is #B77F31. Grayscale: #777777. Windows color (decimal): -12025650 or 13533256. OLE color: 13533256.

HSL color Cylindrical-coordinate representation of color #4880CE: hue angle of 214.93º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4880CE is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72128206-
CMYK0.650.3800.19
HSL214.93º57.76%54.51%-
HSV(B)214.93º65.05%80.78%-
XYZ21.5321.2761.36-
YUV120.15176.4593.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 206 (80.86% from 255) = 50.74%
R=17.73%
G=31.53%
B=50.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721282060.650.3800.19214.9357.7654.51
Hex4880CE4126013d73a37
Octal110200316101460233277267
Binary10010001000000011001110100000110011001001111010111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4880ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4880ce; }

 p { color: rgb(72,128,206); }

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

<style>
 a { background-color: #4880ce; }

 a { background-color: rgb(72,128,206); }

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

<style>
 span { border-color: #4880ce; }

 span { border-color: rgb(72,128,206); }

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