#467ACB

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

Shades of Havelock Blue #467ACB

Tints of Havelock Blue #467ACB

Color information

#467ACB (or 0x467ACB) is unknown color: approx Havelock Blue. HEX triplet: 46, 7A and CB. RGB value is (70,122,203). Sum of RGB (Red+Green+Blue) = 70+122+203=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #467ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ACB is #B98534. Grayscale: #737373. Windows color (decimal): -12158261 or 13335110. OLE color: 13335110.

HSL color Cylindrical-coordinate representation of color #467ACB: hue angle of 216.54º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #467ACB is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB70122203-
CMYK0.660.4000.20
HSL216.54º56.12%53.53%-
HSV(B)216.54º65.52%79.61%-
XYZ20.2619.5359.2-
YUV115.69177.2795.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.72%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=17.72%
G=30.89%
B=51.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal701222030.660.4000.20216.5456.1253.53
Hex467ACB4228014d93836
Octal106172313102500243317066
Binary1000110111101011001011100001010100001010011011001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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