#467BA2

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

Shades of Steel Blue #467BA2

Tints of Steel Blue #467BA2

Color information

#467BA2 (or 0x467BA2) is unknown color: approx Steel Blue. HEX triplet: 46, 7B and A2. RGB value is (70,123,162). Sum of RGB (Red+Green+Blue) = 70+123+162=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #467BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467BA2 is #B9845D. Grayscale: #6F6F6F. Windows color (decimal): -12158046 or 10648390. OLE color: 10648390.

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

Color convert

RGB70123162-
CMYK0.570.2400.36
HSL205.43º39.66%45.49%-
HSV(B)205.43º56.79%63.53%-
XYZ16.1318.0836.82-
YUV111.6156.4498.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 123 (48.44% from 255) = 34.65%
BLUE value IS 162 (63.67% from 255) = 45.63%
R=19.72%
G=34.65%
B=45.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal701231620.570.2400.36205.4339.6645.49
Hex467BA23918024cd282d
Octal10617324271300443155055
Binary100011011110111010001011100111000010010011001101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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