#466DBB

Color #466DBB Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #466DBB

Tints of Steel Blue #466DBB

Color information

#466DBB (or 0x466DBB) is unknown color: approx Steel Blue. HEX triplet: 46, 6D and BB. RGB value is (70,109,187). Sum of RGB (Red+Green+Blue) = 70+109+187=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #466DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DBB is #B99244. Grayscale: #696969. Windows color (decimal): -12161605 or 12283206. OLE color: 12283206.

HSL color Cylindrical-coordinate representation of color #466DBB: hue angle of 220º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466DBB is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70109187-
CMYK0.630.4200.27
HSL220º46.25%50.39%-
HSV(B)220º62.57%73.33%-
XYZ16.9615.8349.17-
YUV106.23173.58102.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=19.13%
G=29.78%
B=51.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701091870.630.4200.2722046.2550.39
Hex466DBB3F2A01Bdc2e32
Octal10615527377520333345662
Binary100011011011011011101111111110101001101111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466DBB; }

 p { color: rgb(70,109,187); }

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

<style>
 a { background-color: #466DBB; }

 a { background-color: rgb(70,109,187); }

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

<style>
 span { border-color: #466DBB; }

 span { border-color: rgb(70,109,187); }

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