#467DCD

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

Shades of Havelock Blue #467DCD

Tints of Havelock Blue #467DCD

Color information

#467DCD (or 0x467DCD) is unknown color: approx Havelock Blue. HEX triplet: 46, 7D and CD. RGB value is (70,125,205). Sum of RGB (Red+Green+Blue) = 70+125+205=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #467DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DCD is #B98232. Grayscale: #757575. Windows color (decimal): -12157491 or 13466950. OLE color: 13466950.

HSL color Cylindrical-coordinate representation of color #467DCD: hue angle of 215.56º degrees, saturation: 0.57, 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 #467DCD is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB70125205-
CMYK0.660.3900.20
HSL215.56º57.45%53.92%-
HSV(B)215.56º65.85%80.39%-
XYZ20.8820.3860.59-
YUV117.68177.2894-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.5%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 205 (80.47% from 255) = 51.25%
R=17.5%
G=31.25%
B=51.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal701252050.660.3900.20215.5657.4553.92
Hex467DCD4227014d83936
Octal106175315102470243307166
Binary1000110111110111001101100001010011101010011011000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,125,205); }

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

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

 a { background-color: rgb(70,125,205); }

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

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

 span { border-color: rgb(70,125,205); }

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