#4676c9

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

Shades of Havelock Blue #4676C9

Tints of Havelock Blue #4676C9

Color information

#4676C9 (or 0x4676C9) is unknown color: approx Havelock Blue. HEX triplet: 46, 76 and C9. RGB value is (70,118,201). Sum of RGB (Red+Green+Blue) = 70+118+201=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #4676C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4676C9 is #B98936. Grayscale: #707070. Windows color (decimal): -12159287 or 13203014. OLE color: 13203014.

HSL color Cylindrical-coordinate representation of color #4676C9: hue angle of 218.02º 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 #4676C9 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70118201-
CMYK0.650.4100.21
HSL218.02º54.81%53.14%-
HSV(B)218.02º65.17%78.82%-
XYZ19.5518.4857.79-
YUV113.11177.697.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.99%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 201 (78.91% from 255) = 51.67%
R=17.99%
G=30.33%
B=51.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701182010.650.4100.21218.0254.8153.14
Hex4676C94129015da3735
Octal106166311101510253326765
Binary1000110111011011001001100000110100101010111011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4676c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4676c9; }

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

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

<style>
 a { background-color: #4676c9; }

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

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

<style>
 span { border-color: #4676c9; }

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

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