Shades of Steel Blue #4279AB
Tints of Steel Blue #4279AB
RGB
CMYK
RGB Variations
Color information
#4279AB (or 0x4279AB) is known color: Steel Blue. HEX triplet: 42, 79 and AB. RGB value is (66,121,171). Sum of RGB (Red+Green+Blue) = 66+121+171=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #4279AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4279AB is #BD8654. Grayscale: #6E6E6E. Windows color (decimal): -12420693 or 11237698. OLE color: 11237698.
HSL color Cylindrical-coordinate representation of color #4279AB: hue angle of 208.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 #4279AB is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 121 | 171 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.33 |
| HSL | 208.57º | 0.44% | 0.46% | - |
| HSV(B) | 208.57º | 0.61% | 0.67% | - |
| XYZ | 16.43 | 17.77 | 41.09 | - |
| YUV | 110.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 171 | 0.61 | 0.29 | 0 | 0.33 | 208.57 | 0.44 | 0.46 |
| Hex | 42 | 79 | AB | 3D | 1D | 0 | 21 | D1 | 2C | 2E |
| Octal | 102 | 171 | 253 | 75 | 35 | 0 | 41 | 321 | 54 | 56 |
| Binary | 1000010 | 1111001 | 10101011 | 111101 | 11101 | 0 | 100001 | 11010001 | 101100 | 101110 |
Color Harmonies of #4279AB
Complementary color
Monochromatic Colors of #4279AB
Black with #4279AB
Text Example
Text Example
White with #4279AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4279AB; }
p { color: rgb(66,121,171); }
H1.HeaderClassName
{
color: #4279AB;
}
.AnyTagClassName
{
color: #4279AB;
}
</style>
background-color css
<style>
a { background-color: #4279AB; }
a { background-color: rgb(66,121,171); }
div.DivClassName
{
background-color: #4279AB;
}
.BgClassName
{
background-color: #4279AB;
}
</style>
border-color css
<style>
span { border-color: #4279AB; }
span { border-color: rgb(66,121,171); }
td.TdClassName
{
border-color: #4279AB;
}
.TagClassName
{
border-color: #4279AB;
}
</style>