#467ABA

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

Shades of Steel Blue #467ABA

Tints of Steel Blue #467ABA

Color information

#467ABA (or 0x467ABA) is unknown color: approx Steel Blue. HEX triplet: 46, 7A and BA. RGB value is (70,122,186). Sum of RGB (Red+Green+Blue) = 70+122+186=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #467ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ABA is #B98545. Grayscale: #717171. Windows color (decimal): -12158278 or 12220998. OLE color: 12220998.

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

Color convert

RGB70122186-
CMYK0.620.3400.27
HSL213.1º45.67%50.2%-
HSV(B)213.1º62.37%72.94%-
XYZ18.3518.7749.11-
YUV113.75168.7796.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.52%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=18.52%
G=32.28%
B=49.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701221860.620.3400.27213.145.6750.2
Hex467ABA3E2201Bd52e32
Octal10617227276420333255662
Binary100011011110101011101011111010001001101111010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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