Html Css Color HEX #4980AC Steel Blue

📋 copy color: '#4980AC'

red 73 ◦ green 128 ◦ blue 172

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

Shades of Steel Blue #4980AC

Tints of Steel Blue #4980AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.32%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 19.57%
G = 34.32%
B = 46.11%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4980AC (or 0x4980AC) is known color: Steel Blue. HEX triplet: 49, 80 and AC. RGB value is (73,128,172). Sum of RGB (Red+Green+Blue) = 73+128+172=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #4980AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4980AC is #B67F53. Grayscale: #747474. Windows color (decimal): -11960148 or 11305033. OLE color: 11305033.

HSL color Cylindrical-coordinate representation of color #4980AC: hue angle of 206.67º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4980AC is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 128 172 -
CMYK 0.58 0.26 0 0.33
HSL 206.67º 0.4% 0.48% -
HSV(B) 206.67º 0.58% 0.67% -
XYZ 17.91 19.83 41.91 -
YUV 116.57 159.28 96.92 -
System Red Green Blue C M Y K H S L
Decimal 73 128 172 0.58 0.26 0 0.33 206.67 0.4 0.48
Hex 49 80 AC 3A 1A 0 21 CF 28 30
Octal 111 200 254 72 32 0 41 317 50 60
Binary 1001001 10000000 10101100 111010 11010 0 100001 11001111 101000 110000

Color Harmonies of #4980AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4980AC

Black with #4980AC

Text Example


Text Example

White with #4980AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4980AC; }

 p { color: rgb(73,128,172); }

 H1.HeaderClassName
 {
   color: #4980AC;
 }
 .AnyTagClassName
 {
   color: #4980AC;
 }
</style>

background-color css

<style>
 a { background-color: #4980AC; }

 a { background-color: rgb(73,128,172); }

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

border-color css

<style>
 span { border-color: #4980AC; }

 span { border-color: rgb(73,128,172); }

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