Html Css Color HEX #4977BC Steel Blue

📋 copy color: '#4977BC'

red 73 ◦ green 119 ◦ blue 188

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

Shades of Steel Blue #4977BC

Tints of Steel Blue #4977BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 19.21%
G = 31.32%
B = 49.47%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4977BC (or 0x4977BC) is known color: Steel Blue. HEX triplet: 49, 77 and BC. RGB value is (73,119,188). Sum of RGB (Red+Green+Blue) = 73+119+188=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #4977BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977BC is #B68843. Grayscale: #707070. Windows color (decimal): -11962436 or 12351305. OLE color: 12351305.

HSL color Cylindrical-coordinate representation of color #4977BC: hue angle of 216º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4977BC is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 119 188 -
CMYK 0.61 0.37 0 0.26
HSL 216º 0.46% 0.51% -
HSV(B) 216º 0.61% 0.74% -
XYZ 18.42 18.24 50.13 -
YUV 113.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 73 119 188 0.61 0.37 0 0.26 216 0.46 0.51
Hex 49 77 BC 3D 25 0 1A D8 2E 33
Octal 111 167 274 75 45 0 32 330 56 63
Binary 1001001 1110111 10111100 111101 100101 0 11010 11011000 101110 110011

Color Harmonies of #4977BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977BC

Black with #4977BC

Text Example


Text Example

White with #4977BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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