#4681CA

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

Shades of Havelock Blue #4681CA

Tints of Havelock Blue #4681CA

Color information

#4681CA (or 0x4681CA) is unknown color: approx Havelock Blue. HEX triplet: 46, 81 and CA. RGB value is (70,129,202). Sum of RGB (Red+Green+Blue) = 70+129+202=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #4681CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4681CA is #B97E35. Grayscale: #777777. Windows color (decimal): -12156470 or 13271366. OLE color: 13271366.

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

Color convert

RGB70129202-
CMYK0.650.3600.21
HSL213.18º55.46%53.33%-
HSV(B)213.18º65.35%79.22%-
XYZ21.0421.2758.87-
YUV119.68174.4592.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.46%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=17.46%
G=32.17%
B=50.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701292020.650.3600.21213.1855.4653.33
Hex4681CA4124015d53735
Octal106201312101440253256765
Binary10001101000000111001010100000110010001010111010101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4681CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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