Shades of Steel Blue #4574AB
Tints of Steel Blue #4574AB
RGB
CMYK
RGB Variations
Color information
#4574AB (or 0x4574AB) is known color: Steel Blue. HEX triplet: 45, 74 and AB. RGB value is (69,116,171). Sum of RGB (Red+Green+Blue) = 69+116+171=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #4574AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4574AB is #BA8B54. Grayscale: #6B6B6B. Windows color (decimal): -12225365 or 11236421. OLE color: 11236421.
HSL color Cylindrical-coordinate representation of color #4574AB: hue angle of 212.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4574AB is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 116 | 171 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.33 |
| HSL | 212.35º | 0.43% | 0.47% | - |
| HSV(B) | 212.35º | 0.6% | 0.67% | - |
| XYZ | 16.05 | 16.7 | 40.9 | - |
| YUV | 108.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 171 | 0.60 | 0.32 | 0 | 0.33 | 212.35 | 0.43 | 0.47 |
| Hex | 45 | 74 | AB | 3C | 20 | 0 | 21 | D4 | 2A | 2F |
| Octal | 105 | 164 | 253 | 74 | 40 | 0 | 41 | 324 | 52 | 57 |
| Binary | 1000101 | 1110100 | 10101011 | 111100 | 100000 | 0 | 100001 | 11010100 | 101010 | 101111 |
Color Harmonies of #4574AB
Complementary color
Monochromatic Colors of #4574AB
Black with #4574AB
Text Example
Text Example
White with #4574AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4574AB; }
p { color: rgb(69,116,171); }
H1.HeaderClassName
{
color: #4574AB;
}
.AnyTagClassName
{
color: #4574AB;
}
</style>
background-color css
<style>
a { background-color: #4574AB; }
a { background-color: rgb(69,116,171); }
div.DivClassName
{
background-color: #4574AB;
}
.BgClassName
{
background-color: #4574AB;
}
</style>
border-color css
<style>
span { border-color: #4574AB; }
span { border-color: rgb(69,116,171); }
td.TdClassName
{
border-color: #4574AB;
}
.TagClassName
{
border-color: #4574AB;
}
</style>