#467AD1

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

Shades of Havelock Blue #467AD1

Tints of Havelock Blue #467AD1

Color information

#467AD1 (or 0x467AD1) is unknown color: approx Havelock Blue. HEX triplet: 46, 7A and D1. RGB value is (70,122,209). Sum of RGB (Red+Green+Blue) = 70+122+209=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #467AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AD1 is #B9852E. Grayscale: #737373. Windows color (decimal): -12158255 or 13728326. OLE color: 13728326.

HSL color Cylindrical-coordinate representation of color #467AD1: hue angle of 217.55º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #467AD1 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB70122209-
CMYK0.670.4200.18
HSL217.55º60.17%54.71%-
HSV(B)217.55º66.51%81.96%-
XYZ20.9919.8263.04-
YUV116.37180.2794.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.46%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 209 (82.03% from 255) = 52.12%
R=17.46%
G=30.42%
B=52.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal701222090.670.4200.18217.5560.1754.71
Hex467AD1432A012da3c37
Octal106172321103520223327467
Binary1000110111101011010001100001110101001001011011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467AD1; }

 p { color: rgb(70,122,209); }

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

<style>
 a { background-color: #467AD1; }

 a { background-color: rgb(70,122,209); }

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

<style>
 span { border-color: #467AD1; }

 span { border-color: rgb(70,122,209); }

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