Html Css Color HEX #4975B5 Steel Blue

📋 copy color: '#4975B5'

red 73 ◦ green 117 ◦ blue 181

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

Shades of Steel Blue #4975B5

Tints of Steel Blue #4975B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.79%

R = 19.68%
G = 31.54%
B = 48.79%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4975B5 (or 0x4975B5) is known color: Steel Blue. HEX triplet: 49, 75 and B5. RGB value is (73,117,181). Sum of RGB (Red+Green+Blue) = 73+117+181=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #4975B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975B5 is #B68A4A. Grayscale: #6E6E6E. Windows color (decimal): -11962955 or 11892041. OLE color: 11892041.

HSL color Cylindrical-coordinate representation of color #4975B5: hue angle of 215.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4975B5 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 117 181 -
CMYK 0.60 0.35 0 0.29
HSL 215.56º 0.43% 0.5% -
HSV(B) 215.56º 0.6% 0.71% -
XYZ 17.45 17.48 46.17 -
YUV 111.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 73 117 181 0.60 0.35 0 0.29 215.56 0.43 0.5
Hex 49 75 B5 3C 23 0 1D D8 2B 32
Octal 111 165 265 74 43 0 35 330 53 62
Binary 1001001 1110101 10110101 111100 100011 0 11101 11011000 101011 110010

Color Harmonies of #4975B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975B5

Black with #4975B5

Text Example


Text Example

White with #4975B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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