#4880CA

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

Shades of Havelock Blue #4880CA

Tints of Havelock Blue #4880CA

Color information

#4880CA (or 0x4880CA) is unknown color: approx Havelock Blue. HEX triplet: 48, 80 and CA. RGB value is (72,128,202). Sum of RGB (Red+Green+Blue) = 72+128+202=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #4880CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4880CA is #B77F35. Grayscale: #777777. Windows color (decimal): -12025654 or 13271112. OLE color: 13271112.

HSL color Cylindrical-coordinate representation of color #4880CA: hue angle of 214.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4880CA is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB72128202-
CMYK0.640.3700.21
HSL214.15º55.08%53.73%-
HSV(B)214.15º64.36%79.22%-
XYZ21.0521.0858.84-
YUV119.69174.4593.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.91%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=17.91%
G=31.84%
B=50.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal721282020.640.3700.21214.1555.0853.73
Hex4880CA4025015d63736
Octal110200312100450253266766
Binary10010001000000011001010100000010010101010111010110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4880CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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