#467BCE

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

Shades of Havelock Blue #467BCE

Tints of Havelock Blue #467BCE

Color information

#467BCE (or 0x467BCE) is unknown color: approx Havelock Blue. HEX triplet: 46, 7B and CE. RGB value is (70,123,206). Sum of RGB (Red+Green+Blue) = 70+123+206=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #467BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BCE is #B98431. Grayscale: #747474. Windows color (decimal): -12158002 or 13531974. OLE color: 13531974.

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

Color convert

RGB70123206-
CMYK0.660.4000.19
HSL216.62º58.12%54.12%-
HSV(B)216.62º66.02%80.78%-
XYZ20.7519.9261.14-
YUV116.62178.4494.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.54%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 206 (80.86% from 255) = 51.63%
R=17.54%
G=30.83%
B=51.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal701232060.660.4000.19216.6258.1254.12
Hex467BCE4228013d93a36
Octal106173316102500233317266
Binary1000110111101111001110100001010100001001111011001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,123,206); }

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

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

 a { background-color: rgb(70,123,206); }

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

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

 span { border-color: rgb(70,123,206); }

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