Html Css Color HEX #4977B3 Steel Blue

📋 copy color: '#4977B3'

red 73 ◦ green 119 ◦ blue 179

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

Shades of Steel Blue #4977B3

Tints of Steel Blue #4977B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 19.68%
G = 32.08%
B = 48.25%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4977B3 (or 0x4977B3) is known color: Steel Blue. HEX triplet: 49, 77 and B3. RGB value is (73,119,179). Sum of RGB (Red+Green+Blue) = 73+119+179=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #4977B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977B3 is #B6884C. Grayscale: #6F6F6F. Windows color (decimal): -11962445 or 11761481. OLE color: 11761481.

HSL color Cylindrical-coordinate representation of color #4977B3: hue angle of 213.96º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4977B3 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 119 179 -
CMYK 0.59 0.34 0 0.30
HSL 213.96º 0.42% 0.49% -
HSV(B) 213.96º 0.59% 0.7% -
XYZ 17.48 17.86 45.17 -
YUV 112.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 73 119 179 0.59 0.34 0 0.30 213.96 0.42 0.49
Hex 49 77 B3 3B 22 0 1E D6 2A 31
Octal 111 167 263 73 42 0 36 326 52 61
Binary 1001001 1110111 10110011 111011 100010 0 11110 11010110 101010 110001

Color Harmonies of #4977B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977B3

Black with #4977B3

Text Example


Text Example

White with #4977B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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