Html Css Color HEX #4977B8 Steel Blue

📋 copy color: '#4977B8'

red 73 ◦ green 119 ◦ blue 184

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

Shades of Steel Blue #4977B8

Tints of Steel Blue #4977B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.94%

R = 19.41%
G = 31.65%
B = 48.94%

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

#4977B8 (or 0x4977B8) is known color: Steel Blue. HEX triplet: 49, 77 and B8. RGB value is (73,119,184). Sum of RGB (Red+Green+Blue) = 73+119+184=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #4977B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977B8 is #B68847. Grayscale: #707070. Windows color (decimal): -11962440 or 12089161. OLE color: 12089161.

HSL color Cylindrical-coordinate representation of color #4977B8: hue angle of 215.14º degrees, saturation: 0.44, 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 #4977B8 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 73 119 184 -
CMYK 0.60 0.35 0 0.28
HSL 215.14º 0.44% 0.5% -
HSV(B) 215.14º 0.6% 0.72% -
XYZ 18 18.07 47.89 -
YUV 112.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 73 119 184 0.60 0.35 0 0.28 215.14 0.44 0.5
Hex 49 77 B8 3C 23 0 1C D7 2C 32
Octal 111 167 270 74 43 0 34 327 54 62
Binary 1001001 1110111 10111000 111100 100011 0 11100 11010111 101100 110010

Color Harmonies of #4977B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977B8

Black with #4977B8

Text Example


Text Example

White with #4977B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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