#467EAE

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

Shades of Steel Blue #467EAE

Tints of Steel Blue #467EAE

Color information

#467EAE (or 0x467EAE) is unknown color: approx Steel Blue. HEX triplet: 46, 7E and AE. RGB value is (70,126,174). Sum of RGB (Red+Green+Blue) = 70+126+174=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #467EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467EAE is #B98151. Grayscale: #727272. Windows color (decimal): -12157266 or 11435590. OLE color: 11435590.

HSL color Cylindrical-coordinate representation of color #467EAE: hue angle of 207.69º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #467EAE is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70126174-
CMYK0.600.2800.32
HSL207.69º42.62%47.84%-
HSV(B)207.69º59.77%68.24%-
XYZ17.6319.2842.84-
YUV114.73161.4596.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.92%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=18.92%
G=34.05%
B=47.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701261740.600.2800.32207.6942.6247.84
Hex467EAE3C1C020d02b30
Octal10617625674340403205360
Binary100011011111101010111011110011100010000011010000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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