#4686D9

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

Shades of Havelock Blue #4686D9

Tints of Havelock Blue #4686D9

Color information

#4686D9 (or 0x4686D9) is unknown color: approx Havelock Blue. HEX triplet: 46, 86 and D9. RGB value is (70,134,217). Sum of RGB (Red+Green+Blue) = 70+134+217=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #4686D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686D9 is #B97926. Grayscale: #7B7B7B. Windows color (decimal): -12155175 or 14255686. OLE color: 14255686.

HSL color Cylindrical-coordinate representation of color #4686D9: hue angle of 213.88º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4686D9 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB70134217-
CMYK0.680.3800.15
HSL213.88º65.92%56.27%-
HSV(B)213.88º67.74%85.1%-
XYZ23.5823.3668.91-
YUV124.33180.389.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.63%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=16.63%
G=31.83%
B=51.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal701342170.680.3800.15213.8865.9256.27
Hex4686D944260Fd64238
Octal1062063311044601732610270
Binary10001101000011011011001100010010011001111110101101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4686D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4686D9; }

 p { color: rgb(70,134,217); }

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

<style>
 a { background-color: #4686D9; }

 a { background-color: rgb(70,134,217); }

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

<style>
 span { border-color: #4686D9; }

 span { border-color: rgb(70,134,217); }

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