#467BC3

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

Shades of Havelock Blue #467BC3

Tints of Havelock Blue #467BC3

Color information

#467BC3 (or 0x467BC3) is unknown color: approx Havelock Blue. HEX triplet: 46, 7B and C3. RGB value is (70,123,195). Sum of RGB (Red+Green+Blue) = 70+123+195=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #467BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BC3 is #B9843C. Grayscale: #737373. Windows color (decimal): -12158013 or 12811078. OLE color: 12811078.

HSL color Cylindrical-coordinate representation of color #467BC3: hue angle of 214.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #467BC3 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB70123195-
CMYK0.640.3700.24
HSL214.56º51.02%51.96%-
HSV(B)214.56º64.1%76.47%-
XYZ19.4619.4154.35-
YUV115.36172.9495.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.04%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 195 (76.56% from 255) = 50.26%
R=18.04%
G=31.70%
B=50.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701231950.640.3700.24214.5651.0251.96
Hex467BC34025018d73334
Octal106173303100450303276364
Binary1000110111101111000011100000010010101100011010111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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