#4480D5

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

Shades of Havelock Blue #4480D5

Tints of Havelock Blue #4480D5

Color information

#4480D5 (or 0x4480D5) is unknown color: approx Havelock Blue. HEX triplet: 44, 80 and D5. RGB value is (68,128,213). Sum of RGB (Red+Green+Blue) = 68+128+213=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #4480D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4480D5 is #BB7F2A. Grayscale: #777777. Windows color (decimal): -12287787 or 13992004. OLE color: 13992004.

HSL color Cylindrical-coordinate representation of color #4480D5: hue angle of 215.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4480D5 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB68128213-
CMYK0.680.4000.16
HSL215.17º63.32%55.1%-
HSV(B)215.17º68.08%83.53%-
XYZ22.1121.4765.93-
YUV119.75180.6291.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.63%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 213 (83.59% from 255) = 52.08%
R=16.63%
G=31.30%
B=52.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal681282130.680.4000.16215.1763.3255.1
Hex4480D54428010d73f37
Octal104200325104500203277767
Binary10001001000000011010101100010010100001000011010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4480D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4480D5; }

 p { color: rgb(68,128,213); }

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

<style>
 a { background-color: #4480D5; }

 a { background-color: rgb(68,128,213); }

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

<style>
 span { border-color: #4480D5; }

 span { border-color: rgb(68,128,213); }

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