#4685CA

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

Shades of Havelock Blue #4685CA

Tints of Havelock Blue #4685CA

Color information

#4685CA (or 0x4685CA) is unknown color: approx Havelock Blue. HEX triplet: 46, 85 and CA. RGB value is (70,133,202). Sum of RGB (Red+Green+Blue) = 70+133+202=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #4685CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4685CA is #B97A35. Grayscale: #797979. Windows color (decimal): -12155446 or 13272390. OLE color: 13272390.

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

Color convert

RGB70133202-
CMYK0.650.3400.21
HSL211.36º55.46%53.33%-
HSV(B)211.36º65.35%79.22%-
XYZ21.5722.3459.05-
YUV122.03173.1390.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.28%
GREEN value IS 133 (52.34% from 255) = 32.84%
BLUE value IS 202 (79.30% from 255) = 49.88%
R=17.28%
G=32.84%
B=49.88%

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
Decimal701332020.650.3400.21211.3655.4653.33
Hex4685CA4122015d33735
Octal106205312101420253236765
Binary10001101000010111001010100000110001001010111010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4685CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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