#467FB4

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

Shades of Steel Blue #467FB4

Tints of Steel Blue #467FB4

Color information

#467FB4 (or 0x467FB4) is unknown color: approx Steel Blue. HEX triplet: 46, 7F and B4. RGB value is (70,127,180). Sum of RGB (Red+Green+Blue) = 70+127+180=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #467FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467FB4 is #B9804B. Grayscale: #737373. Windows color (decimal): -12157004 or 11829062. OLE color: 11829062.

HSL color Cylindrical-coordinate representation of color #467FB4: hue angle of 208.91º 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 #467FB4 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB70127180-
CMYK0.610.2900.29
HSL208.91º44%49.02%-
HSV(B)208.91º61.11%70.59%-
XYZ18.3519.7846.03-
YUV116164.1295.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=18.57%
G=33.69%
B=47.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701271800.610.2900.29208.914449.02
Hex467FB43D1D01Dd12c31
Octal10617726475350353215461
Binary10001101111111101101001111011110101110111010001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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