#4686CA

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

Shades of Havelock Blue #4686CA

Tints of Havelock Blue #4686CA

Color information

#4686CA (or 0x4686CA) is unknown color: approx Havelock Blue. HEX triplet: 46, 86 and CA. RGB value is (70,134,202). Sum of RGB (Red+Green+Blue) = 70+134+202=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #4686CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686CA is #B97935. Grayscale: #7A7A7A. Windows color (decimal): -12155190 or 13272646. OLE color: 13272646.

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

Color convert

RGB70134202-
CMYK0.650.3400.21
HSL210.91º55.46%53.33%-
HSV(B)210.91º65.35%79.22%-
XYZ21.7122.6259.1-
YUV122.62172.890.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.24%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=17.24%
G=33.00%
B=49.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701342020.650.3400.21210.9155.4653.33
Hex4686CA4122015d33735
Octal106206312101420253236765
Binary10001101000011011001010100000110001001010111010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4686CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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