#467BA5

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

Shades of Steel Blue #467BA5

Tints of Steel Blue #467BA5

Color information

#467BA5 (or 0x467BA5) is unknown color: approx Steel Blue. HEX triplet: 46, 7B and A5. RGB value is (70,123,165). Sum of RGB (Red+Green+Blue) = 70+123+165=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #467BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467BA5 is #B9845A. Grayscale: #6F6F6F. Windows color (decimal): -12158043 or 10844998. OLE color: 10844998.

HSL color Cylindrical-coordinate representation of color #467BA5: hue angle of 206.53º 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 #467BA5 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB70123165-
CMYK0.580.2500.35
HSL206.53º40.43%46.08%-
HSV(B)206.53º57.58%64.71%-
XYZ16.418.1838.24-
YUV111.94157.9498.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=19.55%
G=34.36%
B=46.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701231650.580.2500.35206.5340.4346.08
Hex467BA53A19023cf282e
Octal10617324572310433175056
Binary100011011110111010010111101011001010001111001111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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