Html Css Color HEX #457AAE Steel Blue

📋 copy color: '#457AAE'

red 69 ◦ green 122 ◦ blue 174

#457AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #457AAE

Tints of Steel Blue #457AAE

RGB

 RED value IS 69 (27.34% from 255) = 18.9%

 GREEN value IS 122 (48.05% from 255) = 33.42%

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 18.9%
G = 33.42%
B = 47.67%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#457AAE (or 0x457AAE) is known color: Steel Blue. HEX triplet: 45, 7A and AE. RGB value is (69,122,174). Sum of RGB (Red+Green+Blue) = 69+122+174=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #457AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457AAE is #BA8551. Grayscale: #6F6F6F. Windows color (decimal): -12223826 or 11434565. OLE color: 11434565.

HSL color Cylindrical-coordinate representation of color #457AAE: hue angle of 209.71º 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 #457AAE is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 122 174 -
CMYK 0.60 0.30 0 0.32
HSL 209.71º 0.43% 0.48% -
HSV(B) 209.71º 0.6% 0.68% -
XYZ 17.05 18.24 42.67 -
YUV 112.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 69 122 174 0.60 0.30 0 0.32 209.71 0.43 0.48
Hex 45 7A AE 3C 1E 0 20 D2 2B 30
Octal 105 172 256 74 36 0 40 322 53 60
Binary 1000101 1111010 10101110 111100 11110 0 100000 11010010 101011 110000

Color Harmonies of #457AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457AAE

Black with #457AAE

Text Example


Text Example

White with #457AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457AAE; }

 p { color: rgb(69,122,174); }

 H1.HeaderClassName
 {
   color: #457AAE;
 }
 .AnyTagClassName
 {
   color: #457AAE;
 }
</style>

background-color css

<style>
 a { background-color: #457AAE; }

 a { background-color: rgb(69,122,174); }

 div.DivClassName
 {
   background-color: #457AAE;
 }
 .BgClassName
 {
   background-color: #457AAE;
 }
</style>

border-color css

<style>
 span { border-color: #457AAE; }

 span { border-color: rgb(69,122,174); }

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