#467EA3

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

Shades of Steel Blue #467EA3

Tints of Steel Blue #467EA3

Color information

#467EA3 (or 0x467EA3) is unknown color: approx Steel Blue. HEX triplet: 46, 7E and A3. RGB value is (70,126,163). Sum of RGB (Red+Green+Blue) = 70+126+163=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #467EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467EA3 is #B9815C. Grayscale: #717171. Windows color (decimal): -12157277 or 10714694. OLE color: 10714694.

HSL color Cylindrical-coordinate representation of color #467EA3: hue angle of 203.87º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #467EA3 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB70126163-
CMYK0.570.2300.36
HSL203.87º39.91%45.69%-
HSV(B)203.87º57.06%63.92%-
XYZ16.618.8737.42-
YUV113.47155.9596.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 163 (64.06% from 255) = 45.40%
R=19.50%
G=35.10%
B=45.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701261630.570.2300.36203.8739.9145.69
Hex467EA33917024cc282e
Octal10617624371270443145056
Binary100011011111101010001111100110111010010011001100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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