#4680C9

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

Shades of Havelock Blue #4680C9

Tints of Havelock Blue #4680C9

Color information

#4680C9 (or 0x4680C9) is unknown color: approx Havelock Blue. HEX triplet: 46, 80 and C9. RGB value is (70,128,201). Sum of RGB (Red+Green+Blue) = 70+128+201=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #4680C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4680C9 is #B97F36. Grayscale: #767676. Windows color (decimal): -12156727 or 13205574. OLE color: 13205574.

HSL color Cylindrical-coordinate representation of color #4680C9: hue angle of 213.44º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4680C9 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70128201-
CMYK0.650.3600.21
HSL213.44º54.81%53.14%-
HSV(B)213.44º65.17%78.82%-
XYZ20.7920.9658.21-
YUV118.98174.2893.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.54%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 201 (78.91% from 255) = 50.38%
R=17.54%
G=32.08%
B=50.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701282010.650.3600.21213.4454.8153.14
Hex4680C94124015d53735
Octal106200311101440253256765
Binary10001101000000011001001100000110010001010111010101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4680C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4680C9; }

 p { color: rgb(70,128,201); }

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

<style>
 a { background-color: #4680C9; }

 a { background-color: rgb(70,128,201); }

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

<style>
 span { border-color: #4680C9; }

 span { border-color: rgb(70,128,201); }

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