Html Css Color HEX #4975AE Steel Blue

📋 copy color: '#4975AE'

red 73 ◦ green 117 ◦ blue 174

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

Shades of Steel Blue #4975AE

Tints of Steel Blue #4975AE

RGB

 RED value IS 73 (28.91% from 255) = 20.05%

 GREEN value IS 117 (46.09% from 255) = 32.14%

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

R = 20.05%
G = 32.14%
B = 47.8%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4975AE (or 0x4975AE) is known color: Steel Blue. HEX triplet: 49, 75 and AE. RGB value is (73,117,174). Sum of RGB (Red+Green+Blue) = 73+117+174=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #4975AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4975AE is #B68A51. Grayscale: #6E6E6E. Windows color (decimal): -11962962 or 11433289. OLE color: 11433289.

HSL color Cylindrical-coordinate representation of color #4975AE: hue angle of 213.86º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4975AE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 117 174 -
CMYK 0.58 0.33 0 0.32
HSL 213.86º 0.41% 0.48% -
HSV(B) 213.86º 0.58% 0.68% -
XYZ 16.75 17.2 42.48 -
YUV 110.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 73 117 174 0.58 0.33 0 0.32 213.86 0.41 0.48
Hex 49 75 AE 3A 21 0 20 D6 29 30
Octal 111 165 256 72 41 0 40 326 51 60
Binary 1001001 1110101 10101110 111010 100001 0 100000 11010110 101001 110000

Color Harmonies of #4975AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975AE

Black with #4975AE

Text Example


Text Example

White with #4975AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4975AE; }

 p { color: rgb(73,117,174); }

 H1.HeaderClassName
 {
   color: #4975AE;
 }
 .AnyTagClassName
 {
   color: #4975AE;
 }
</style>

background-color css

<style>
 a { background-color: #4975AE; }

 a { background-color: rgb(73,117,174); }

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

border-color css

<style>
 span { border-color: #4975AE; }

 span { border-color: rgb(73,117,174); }

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