#4481CD

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

Shades of Havelock Blue #4481CD

Tints of Havelock Blue #4481CD

Color information

#4481CD (or 0x4481CD) is unknown color: approx Havelock Blue. HEX triplet: 44, 81 and CD. RGB value is (68,129,205). Sum of RGB (Red+Green+Blue) = 68+129+205=402 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.92% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #4481CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4481CD is #BB7E32. Grayscale: #777777. Windows color (decimal): -12287539 or 13467972. OLE color: 13467972.

HSL color Cylindrical-coordinate representation of color #4481CD: hue angle of 213.28º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4481CD is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68129205-
CMYK0.670.3700.20
HSL213.28º57.81%53.53%-
HSV(B)213.28º66.83%80.39%-
XYZ21.2521.3460.76-
YUV119.43176.2991.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.92%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=16.92%
G=32.09%
B=51.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681292050.670.3700.20213.2857.8153.53
Hex4481CD4325014d53a36
Octal104201315103450243257266
Binary10001001000000111001101100001110010101010011010101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4481CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4481CD; }

 p { color: rgb(68,129,205); }

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

<style>
 a { background-color: #4481CD; }

 a { background-color: rgb(68,129,205); }

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

<style>
 span { border-color: #4481CD; }

 span { border-color: rgb(68,129,205); }

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