Html Css Color HEX #457CAC Steel Blue

📋 copy color: '#457CAC'

red 69 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #457CAC

Tints of Steel Blue #457CAC

RGB

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

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

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

R = 18.9%
G = 33.97%
B = 47.12%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#457CAC (or 0x457CAC) is known color: Steel Blue. HEX triplet: 45, 7C and AC. RGB value is (69,124,172). Sum of RGB (Red+Green+Blue) = 69+124+172=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #457CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457CAC is #BA8353. Grayscale: #707070. Windows color (decimal): -12223316 or 11304005. OLE color: 11304005.

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

Color convert

RGB 69 124 172 -
CMYK 0.60 0.28 0 0.33
HSL 207.96º 0.43% 0.47% -
HSV(B) 207.96º 0.6% 0.67% -
XYZ 17.11 18.66 41.73 -
YUV 113.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 69 124 172 0.60 0.28 0 0.33 207.96 0.43 0.47
Hex 45 7C AC 3C 1C 0 21 D0 2B 2F
Octal 105 174 254 74 34 0 41 320 53 57
Binary 1000101 1111100 10101100 111100 11100 0 100001 11010000 101011 101111

Color Harmonies of #457CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457CAC

Black with #457CAC

Text Example


Text Example

White with #457CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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