Shades of Steel Blue #4980A4
Tints of Steel Blue #4980A4
RGB
CMYK
RGB Variations
Color information
#4980A4 (or 0x4980A4) is known color: Steel Blue. HEX triplet: 49, 80 and A4. RGB value is (73,128,164). Sum of RGB (Red+Green+Blue) = 73+128+164=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #4980A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4980A4 is #B67F5B. Grayscale: #737373. Windows color (decimal): -11960156 or 10780745. OLE color: 10780745.
HSL color Cylindrical-coordinate representation of color #4980A4: hue angle of 203.74º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4980A4 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 128 | 164 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.36 |
| HSL | 203.74º | 0.38% | 0.46% | - |
| HSV(B) | 203.74º | 0.55% | 0.64% | - |
| XYZ | 17.17 | 19.54 | 37.99 | - |
| YUV | 115.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 164 | 0.55 | 0.22 | 0 | 0.36 | 203.74 | 0.38 | 0.46 |
| Hex | 49 | 80 | A4 | 37 | 16 | 0 | 24 | CC | 26 | 2E |
| Octal | 111 | 200 | 244 | 67 | 26 | 0 | 44 | 314 | 46 | 56 |
| Binary | 1001001 | 10000000 | 10100100 | 110111 | 10110 | 0 | 100100 | 11001100 | 100110 | 101110 |
Color Harmonies of #4980A4
Complementary color
Monochromatic Colors of #4980A4
Black with #4980A4
Text Example
Text Example
White with #4980A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4980A4; }
p { color: rgb(73,128,164); }
H1.HeaderClassName
{
color: #4980A4;
}
.AnyTagClassName
{
color: #4980A4;
}
</style>
background-color css
<style>
a { background-color: #4980A4; }
a { background-color: rgb(73,128,164); }
div.DivClassName
{
background-color: #4980A4;
}
.BgClassName
{
background-color: #4980A4;
}
</style>
border-color css
<style>
span { border-color: #4980A4; }
span { border-color: rgb(73,128,164); }
td.TdClassName
{
border-color: #4980A4;
}
.TagClassName
{
border-color: #4980A4;
}
</style>