#467EB4

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

Shades of Steel Blue #467EB4

Tints of Steel Blue #467EB4

Color information

#467EB4 (or 0x467EB4) is unknown color: approx Steel Blue. HEX triplet: 46, 7E and B4. RGB value is (70,126,180). Sum of RGB (Red+Green+Blue) = 70+126+180=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #467EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EB4 is #B9814B. Grayscale: #737373. Windows color (decimal): -12157260 or 11828806. OLE color: 11828806.

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

Color convert

RGB70126180-
CMYK0.610.300.29
HSL209.45º44%49.02%-
HSV(B)209.45º61.11%70.59%-
XYZ18.2219.5245.99-
YUV115.41164.4595.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.62%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 180 (70.70% from 255) = 47.87%
R=18.62%
G=33.51%
B=47.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal701261800.610.300.29209.454449.02
Hex467EB43D1E01Dd12c31
Octal10617626475360353215461
Binary10001101111110101101001111011111001110111010001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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