#4676CB

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

Shades of Havelock Blue #4676CB

Tints of Havelock Blue #4676CB

Color information

#4676CB (or 0x4676CB) is unknown color: approx Havelock Blue. HEX triplet: 46, 76 and CB. RGB value is (70,118,203). Sum of RGB (Red+Green+Blue) = 70+118+203=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #4676CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4676CB is #B98934. Grayscale: #707070. Windows color (decimal): -12159285 or 13334086. OLE color: 13334086.

HSL color Cylindrical-coordinate representation of color #4676CB: hue angle of 218.35º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4676CB is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB70118203-
CMYK0.660.4200.20
HSL218.35º56.12%53.53%-
HSV(B)218.35º65.52%79.61%-
XYZ19.7818.5759.04-
YUV113.34178.697.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.90%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=17.90%
G=30.18%
B=51.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal701182030.660.4200.20218.3556.1253.53
Hex4676CB422A014da3836
Octal106166313102520243327066
Binary1000110111011011001011100001010101001010011011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4676CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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