Html Css Color HEX #457CAE Steel Blue

📋 copy color: '#457CAE'

red 69 ◦ green 124 ◦ blue 174

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

Shades of Steel Blue #457CAE

Tints of Steel Blue #457CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

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

R = 18.8%
G = 33.79%
B = 47.41%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#457CAE (or 0x457CAE) is known color: Steel Blue. HEX triplet: 45, 7C and AE. RGB value is (69,124,174). Sum of RGB (Red+Green+Blue) = 69+124+174=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #457CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457CAE is #BA8351. Grayscale: #717171. Windows color (decimal): -12223314 or 11435077. OLE color: 11435077.

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

Color convert

RGB 69 124 174 -
CMYK 0.60 0.29 0 0.32
HSL 208.57º 0.43% 0.48% -
HSV(B) 208.57º 0.6% 0.68% -
XYZ 17.3 18.74 42.75 -
YUV 113.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 69 124 174 0.60 0.29 0 0.32 208.57 0.43 0.48
Hex 45 7C AE 3C 1D 0 20 D1 2B 30
Octal 105 174 256 74 35 0 40 321 53 60
Binary 1000101 1111100 10101110 111100 11101 0 100000 11010001 101011 110000

Color Harmonies of #457CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457CAE

Black with #457CAE

Text Example


Text Example

White with #457CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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