Shades of Steel Blue #4280AA
Tints of Steel Blue #4280AA
RGB
CMYK
RGB Variations
Color information
#4280AA (or 0x4280AA) is known color: Steel Blue. HEX triplet: 42, 80 and AA. RGB value is (66,128,170). Sum of RGB (Red+Green+Blue) = 66+128+170=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #4280AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4280AA is #BD7F55. Grayscale: #727272. Windows color (decimal): -12418902 or 11173954. OLE color: 11173954.
HSL color Cylindrical-coordinate representation of color #4280AA: hue angle of 204.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4280AA is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 128 | 170 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.33 |
| HSL | 204.23º | 0.44% | 0.46% | - |
| HSV(B) | 204.23º | 0.61% | 0.67% | - |
| XYZ | 17.22 | 19.5 | 40.89 | - |
| YUV | 114.25 | 159.46 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 170 | 0.61 | 0.25 | 0 | 0.33 | 204.23 | 0.44 | 0.46 |
| Hex | 42 | 80 | AA | 3D | 19 | 0 | 21 | CC | 2C | 2E |
| Octal | 102 | 200 | 252 | 75 | 31 | 0 | 41 | 314 | 54 | 56 |
| Binary | 1000010 | 10000000 | 10101010 | 111101 | 11001 | 0 | 100001 | 11001100 | 101100 | 101110 |
Color Harmonies of #4280AA
Complementary color
Monochromatic Colors of #4280AA
Black with #4280AA
Text Example
Text Example
White with #4280AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280AA; }
p { color: rgb(66,128,170); }
H1.HeaderClassName
{
color: #4280AA;
}
.AnyTagClassName
{
color: #4280AA;
}
</style>
background-color css
<style>
a { background-color: #4280AA; }
a { background-color: rgb(66,128,170); }
div.DivClassName
{
background-color: #4280AA;
}
.BgClassName
{
background-color: #4280AA;
}
</style>
border-color css
<style>
span { border-color: #4280AA; }
span { border-color: rgb(66,128,170); }
td.TdClassName
{
border-color: #4280AA;
}
.TagClassName
{
border-color: #4280AA;
}
</style>