Html Css Color HEX #4977B7 Steel Blue

📋 copy color: '#4977B7'

red 73 ◦ green 119 ◦ blue 183

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

Shades of Steel Blue #4977B7

Tints of Steel Blue #4977B7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

 BLUE value IS 183 (71.88% from 255) = 48.8%

R = 19.47%
G = 31.73%
B = 48.8%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4977B7 (or 0x4977B7) is known color: Steel Blue. HEX triplet: 49, 77 and B7. RGB value is (73,119,183). Sum of RGB (Red+Green+Blue) = 73+119+183=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #4977B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977B7 is #B68848. Grayscale: #707070. Windows color (decimal): -11962441 or 12023625. OLE color: 12023625.

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

Color convert

RGB 73 119 183 -
CMYK 0.60 0.35 0 0.28
HSL 214.91º 0.43% 0.5% -
HSV(B) 214.91º 0.6% 0.72% -
XYZ 17.89 18.03 47.34 -
YUV 112.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 73 119 183 0.60 0.35 0 0.28 214.91 0.43 0.5
Hex 49 77 B7 3C 23 0 1C D7 2B 32
Octal 111 167 267 74 43 0 34 327 53 62
Binary 1001001 1110111 10110111 111100 100011 0 11100 11010111 101011 110010

Color Harmonies of #4977B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977B7

Black with #4977B7

Text Example


Text Example

White with #4977B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4977B7; }

 p { color: rgb(73,119,183); }

 H1.HeaderClassName
 {
   color: #4977B7;
 }
 .AnyTagClassName
 {
   color: #4977B7;
 }
</style>

background-color css

<style>
 a { background-color: #4977B7; }

 a { background-color: rgb(73,119,183); }

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

border-color css

<style>
 span { border-color: #4977B7; }

 span { border-color: rgb(73,119,183); }

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