#467DB4

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

Shades of Steel Blue #467DB4

Tints of Steel Blue #467DB4

Color information

#467DB4 (or 0x467DB4) is unknown color: approx Steel Blue. HEX triplet: 46, 7D and B4. RGB value is (70,125,180). Sum of RGB (Red+Green+Blue) = 70+125+180=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #467DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DB4 is #B9824B. Grayscale: #727272. Windows color (decimal): -12157516 or 11828550. OLE color: 11828550.

HSL color Cylindrical-coordinate representation of color #467DB4: hue angle of 210º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #467DB4 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB70125180-
CMYK0.610.3100.29
HSL210º44%49.02%-
HSV(B)210º61.11%70.59%-
XYZ18.119.2645.94-
YUV114.82164.7896.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 48%
R=18.67%
G=33.33%
B=48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701251800.610.3100.292104449.02
Hex467DB43D1F01Dd22c31
Octal10617526475370353225461
Binary10001101111101101101001111011111101110111010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,125,180); }

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

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

 a { background-color: rgb(70,125,180); }

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

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

 span { border-color: rgb(70,125,180); }

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