#4581d0

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

Shades of Havelock Blue #4581D0

Tints of Havelock Blue #4581D0

Color information

#4581D0 (or 0x4581D0) is unknown color: approx Havelock Blue. HEX triplet: 45, 81 and D0. RGB value is (69,129,208). Sum of RGB (Red+Green+Blue) = 69+129+208=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #4581D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4581D0 is #BA7E2F. Grayscale: #777777. Windows color (decimal): -12222000 or 13664581. OLE color: 13664581.

HSL color Cylindrical-coordinate representation of color #4581D0: hue angle of 214.1º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4581D0 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB69129208-
CMYK0.670.3800.18
HSL214.1º59.66%54.31%-
HSV(B)214.1º66.83%81.57%-
XYZ21.6921.5262.69-
YUV120.07177.6291.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.00%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 208 (81.64% from 255) = 51.23%
R=17.00%
G=31.77%
B=51.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal691292080.670.3800.18214.159.6654.31
Hex4581D04326012d63c36
Octal105201320103460223267466
Binary10001011000000111010000100001110011001001011010110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4581d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4581d0; }

 p { color: rgb(69,129,208); }

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

<style>
 a { background-color: #4581d0; }

 a { background-color: rgb(69,129,208); }

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

<style>
 span { border-color: #4581d0; }

 span { border-color: rgb(69,129,208); }

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