Shades of Steel Blue #4281A9
Tints of Steel Blue #4281A9
RGB
CMYK
RGB Variations
Color information
#4281A9 (or 0x4281A9) is known color: Steel Blue. HEX triplet: 42, 81 and A9. RGB value is (66,129,169). Sum of RGB (Red+Green+Blue) = 66+129+169=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 169 - color contains mainly: blue. Hex color #4281A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4281A9 is #BD7E56. Grayscale: #727272. Windows color (decimal): -12418647 or 11108674. OLE color: 11108674.
HSL color Cylindrical-coordinate representation of color #4281A9: hue angle of 203.3º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4281A9 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 129 | 169 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.34 |
| HSL | 203.3º | 0.44% | 0.46% | - |
| HSV(B) | 203.3º | 0.61% | 0.66% | - |
| XYZ | 17.26 | 19.72 | 40.43 | - |
| YUV | 114.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 169 | 0.61 | 0.24 | 0 | 0.34 | 203.3 | 0.44 | 0.46 |
| Hex | 42 | 81 | A9 | 3D | 18 | 0 | 22 | CB | 2C | 2E |
| Octal | 102 | 201 | 251 | 75 | 30 | 0 | 42 | 313 | 54 | 56 |
| Binary | 1000010 | 10000001 | 10101001 | 111101 | 11000 | 0 | 100010 | 11001011 | 101100 | 101110 |
Color Harmonies of #4281A9
Complementary color
Monochromatic Colors of #4281A9
Black with #4281A9
Text Example
Text Example
White with #4281A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281A9; }
p { color: rgb(66,129,169); }
H1.HeaderClassName
{
color: #4281A9;
}
.AnyTagClassName
{
color: #4281A9;
}
</style>
background-color css
<style>
a { background-color: #4281A9; }
a { background-color: rgb(66,129,169); }
div.DivClassName
{
background-color: #4281A9;
}
.BgClassName
{
background-color: #4281A9;
}
</style>
border-color css
<style>
span { border-color: #4281A9; }
span { border-color: rgb(66,129,169); }
td.TdClassName
{
border-color: #4281A9;
}
.TagClassName
{
border-color: #4281A9;
}
</style>