#467AA5

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

Shades of Steel Blue #467AA5

Tints of Steel Blue #467AA5

Color information

#467AA5 (or 0x467AA5) is unknown color: approx Steel Blue. HEX triplet: 46, 7A and A5. RGB value is (70,122,165). Sum of RGB (Red+Green+Blue) = 70+122+165=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #467AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467AA5 is #B9855A. Grayscale: #6F6F6F. Windows color (decimal): -12158299 or 10844742. OLE color: 10844742.

HSL color Cylindrical-coordinate representation of color #467AA5: hue angle of 207.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #467AA5 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB70122165-
CMYK0.580.2600.35
HSL207.16º40.43%46.08%-
HSV(B)207.16º57.58%64.71%-
XYZ16.2817.9438.2-
YUV111.35158.2798.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=19.61%
G=34.17%
B=46.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701221650.580.2600.35207.1640.4346.08
Hex467AA53A1A023cf282e
Octal10617224572320433175056
Binary100011011110101010010111101011010010001111001111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,122,165); }

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

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

 a { background-color: rgb(70,122,165); }

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

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

 span { border-color: rgb(70,122,165); }

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