#467EAA

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

Shades of Steel Blue #467EAA

Tints of Steel Blue #467EAA

Color information

#467EAA (or 0x467EAA) is unknown color: approx Steel Blue. HEX triplet: 46, 7E and AA. RGB value is (70,126,170). Sum of RGB (Red+Green+Blue) = 70+126+170=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #467EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467EAA is #B98155. Grayscale: #727272. Windows color (decimal): -12157270 or 11173446. OLE color: 11173446.

HSL color Cylindrical-coordinate representation of color #467EAA: hue angle of 206.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #467EAA is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB70126170-
CMYK0.590.2600.33
HSL206.4º41.67%47.06%-
HSV(B)206.4º58.82%66.67%-
XYZ17.2419.1340.81-
YUV114.27159.4596.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=19.13%
G=34.43%
B=46.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701261700.590.2600.33206.441.6747.06
Hex467EAA3B1A021ce2a2f
Octal10617625273320413165257
Binary100011011111101010101011101111010010000111001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,126,170); }

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

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

 a { background-color: rgb(70,126,170); }

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

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

 span { border-color: rgb(70,126,170); }

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