#4580c7

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

Shades of Havelock Blue #4580C7

Tints of Havelock Blue #4580C7

Color information

#4580C7 (or 0x4580C7) is unknown color: approx Havelock Blue. HEX triplet: 45, 80 and C7. RGB value is (69,128,199). Sum of RGB (Red+Green+Blue) = 69+128+199=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #4580C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580C7 is #BA7F38. Grayscale: #767676. Windows color (decimal): -12222265 or 13074501. OLE color: 13074501.

HSL color Cylindrical-coordinate representation of color #4580C7: hue angle of 212.77º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4580C7 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB69128199-
CMYK0.650.3600.22
HSL212.77º53.72%52.55%-
HSV(B)212.77º65.33%78.04%-
XYZ20.4820.8356.97-
YUV118.45173.4592.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.42%
GREEN value IS 128 (50.39% from 255) = 32.32%
BLUE value IS 199 (78.12% from 255) = 50.25%
R=17.42%
G=32.32%
B=50.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal691281990.650.3600.22212.7753.7252.55
Hex4580C74124016d53635
Octal105200307101440263256665
Binary10001011000000011000111100000110010001011011010101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4580c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4580c7; }

 p { color: rgb(69,128,199); }

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

<style>
 a { background-color: #4580c7; }

 a { background-color: rgb(69,128,199); }

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

<style>
 span { border-color: #4580c7; }

 span { border-color: rgb(69,128,199); }

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