Html Css Color HEX #457FAE Steel Blue

📋 copy color: '#457FAE'

red 69 ◦ green 127 ◦ blue 174

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

Shades of Steel Blue #457FAE

Tints of Steel Blue #457FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 34.32%

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

R = 18.65%
G = 34.32%
B = 47.03%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#457FAE (or 0x457FAE) is known color: Steel Blue. HEX triplet: 45, 7F and AE. RGB value is (69,127,174). Sum of RGB (Red+Green+Blue) = 69+127+174=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 127 (50% from 255 or 34.32% 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 #457FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457FAE is #BA8051. Grayscale: #727272. Windows color (decimal): -12222546 or 11435845. OLE color: 11435845.

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

Color convert

RGB 69 127 174 -
CMYK 0.60 0.27 0 0.32
HSL 206.86º 0.43% 0.48% -
HSV(B) 206.86º 0.6% 0.68% -
XYZ 17.68 19.5 42.88 -
YUV 115.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 69 127 174 0.60 0.27 0 0.32 206.86 0.43 0.48
Hex 45 7F AE 3C 1B 0 20 CF 2B 30
Octal 105 177 256 74 33 0 40 317 53 60
Binary 1000101 1111111 10101110 111100 11011 0 100000 11001111 101011 110000

Color Harmonies of #457FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457FAE

Black with #457FAE

Text Example


Text Example

White with #457FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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