Html Css Color HEX #457EAC Steel Blue

📋 copy color: '#457EAC'

red 69 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #457EAC

Tints of Steel Blue #457EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.33%

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 18.8%
G = 34.33%
B = 46.87%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#457EAC (or 0x457EAC) is known color: Steel Blue. HEX triplet: 45, 7E and AC. RGB value is (69,126,172). Sum of RGB (Red+Green+Blue) = 69+126+172=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #457EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457EAC is #BA8153. Grayscale: #717171. Windows color (decimal): -12222804 or 11304517. OLE color: 11304517.

HSL color Cylindrical-coordinate representation of color #457EAC: hue angle of 206.8º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #457EAC is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 126 172 -
CMYK 0.60 0.27 0 0.33
HSL 206.8º 0.43% 0.47% -
HSV(B) 206.8º 0.6% 0.67% -
XYZ 17.36 19.17 41.81 -
YUV 114.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 69 126 172 0.60 0.27 0 0.33 206.8 0.43 0.47
Hex 45 7E AC 3C 1B 0 21 CF 2B 2F
Octal 105 176 254 74 33 0 41 317 53 57
Binary 1000101 1111110 10101100 111100 11011 0 100001 11001111 101011 101111

Color Harmonies of #457EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457EAC

Black with #457EAC

Text Example


Text Example

White with #457EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,126,172); }

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

background-color css

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

 a { background-color: rgb(69,126,172); }

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

border-color css

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

 span { border-color: rgb(69,126,172); }

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