Html Css Color HEX #4975AB Steel Blue

📋 copy color: '#4975AB'

red 73 ◦ green 117 ◦ blue 171

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

Shades of Steel Blue #4975AB

Tints of Steel Blue #4975AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.37%

R = 20.22%
G = 32.41%
B = 47.37%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4975AB (or 0x4975AB) is known color: Steel Blue. HEX triplet: 49, 75 and AB. RGB value is (73,117,171). Sum of RGB (Red+Green+Blue) = 73+117+171=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #4975AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4975AB is #B68A54. Grayscale: #6D6D6D. Windows color (decimal): -11962965 or 11236681. OLE color: 11236681.

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

Color convert

RGB 73 117 171 -
CMYK 0.57 0.32 0 0.33
HSL 213.06º 0.4% 0.48% -
HSV(B) 213.06º 0.57% 0.67% -
XYZ 16.46 17.08 40.96 -
YUV 110 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 73 117 171 0.57 0.32 0 0.33 213.06 0.4 0.48
Hex 49 75 AB 39 20 0 21 D5 28 30
Octal 111 165 253 71 40 0 41 325 50 60
Binary 1001001 1110101 10101011 111001 100000 0 100001 11010101 101000 110000

Color Harmonies of #4975AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975AB

Black with #4975AB

Text Example


Text Example

White with #4975AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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