Shades of Steel Blue #4C80AA
Tints of Steel Blue #4C80AA
RGB
CMYK
RGB Variations
Color information
#4C80AA (or 0x4C80AA) is known color: Steel Blue. HEX triplet: 4C, 80 and AA. RGB value is (76,128,170). Sum of RGB (Red+Green+Blue) = 76+128+170=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C80AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C80AA is #B37F55. Grayscale: #757575. Windows color (decimal): -11763542 or 11173964. OLE color: 11173964.
HSL color Cylindrical-coordinate representation of color #4C80AA: hue angle of 206.81º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C80AA is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 128 | 170 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.33 |
| HSL | 206.81º | 0.38% | 0.48% | - |
| HSV(B) | 206.81º | 0.55% | 0.67% | - |
| XYZ | 17.96 | 19.88 | 40.92 | - |
| YUV | 117.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 128 | 170 | 0.55 | 0.25 | 0 | 0.33 | 206.81 | 0.38 | 0.48 |
| Hex | 4C | 80 | AA | 37 | 19 | 0 | 21 | CF | 26 | 30 |
| Octal | 114 | 200 | 252 | 67 | 31 | 0 | 41 | 317 | 46 | 60 |
| Binary | 1001100 | 10000000 | 10101010 | 110111 | 11001 | 0 | 100001 | 11001111 | 100110 | 110000 |
Color Harmonies of #4C80AA
Complementary color
Monochromatic Colors of #4C80AA
Black with #4C80AA
Text Example
Text Example
White with #4C80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C80AA; }
p { color: rgb(76,128,170); }
H1.HeaderClassName
{
color: #4C80AA;
}
.AnyTagClassName
{
color: #4C80AA;
}
</style>
background-color css
<style>
a { background-color: #4C80AA; }
a { background-color: rgb(76,128,170); }
div.DivClassName
{
background-color: #4C80AA;
}
.BgClassName
{
background-color: #4C80AA;
}
</style>
border-color css
<style>
span { border-color: #4C80AA; }
span { border-color: rgb(76,128,170); }
td.TdClassName
{
border-color: #4C80AA;
}
.TagClassName
{
border-color: #4C80AA;
}
</style>