Shades of Steel Blue #4280AB
Tints of Steel Blue #4280AB
RGB
CMYK
RGB Variations
Color information
#4280AB (or 0x4280AB) is known color: Steel Blue. HEX triplet: 42, 80 and AB. RGB value is (66,128,171). Sum of RGB (Red+Green+Blue) = 66+128+171=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #4280AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4280AB is #BD7F54. Grayscale: #727272. Windows color (decimal): -12418901 or 11239490. OLE color: 11239490.
HSL color Cylindrical-coordinate representation of color #4280AB: hue angle of 204.57º 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 #4280AB is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 128 | 171 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.33 |
| HSL | 204.57º | 0.44% | 0.46% | - |
| HSV(B) | 204.57º | 0.61% | 0.67% | - |
| XYZ | 17.32 | 19.54 | 41.39 | - |
| YUV | 114.36 | 159.96 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 171 | 0.61 | 0.25 | 0 | 0.33 | 204.57 | 0.44 | 0.46 |
| Hex | 42 | 80 | AB | 3D | 19 | 0 | 21 | CD | 2C | 2E |
| Octal | 102 | 200 | 253 | 75 | 31 | 0 | 41 | 315 | 54 | 56 |
| Binary | 1000010 | 10000000 | 10101011 | 111101 | 11001 | 0 | 100001 | 11001101 | 101100 | 101110 |
Color Harmonies of #4280AB
Complementary color
Monochromatic Colors of #4280AB
Black with #4280AB
Text Example
Text Example
White with #4280AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280AB; }
p { color: rgb(66,128,171); }
H1.HeaderClassName
{
color: #4280AB;
}
.AnyTagClassName
{
color: #4280AB;
}
</style>
background-color css
<style>
a { background-color: #4280AB; }
a { background-color: rgb(66,128,171); }
div.DivClassName
{
background-color: #4280AB;
}
.BgClassName
{
background-color: #4280AB;
}
</style>
border-color css
<style>
span { border-color: #4280AB; }
span { border-color: rgb(66,128,171); }
td.TdClassName
{
border-color: #4280AB;
}
.TagClassName
{
border-color: #4280AB;
}
</style>