Shades of Steel Blue #4570B4
Tints of Steel Blue #4570B4
RGB
CMYK
RGB Variations
Color information
#4570B4 (or 0x4570B4) is known color: Steel Blue. HEX triplet: 45, 70 and B4. RGB value is (69,112,180). Sum of RGB (Red+Green+Blue) = 69+112+180=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #4570B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4570B4 is #BA8F4B. Grayscale: #6A6A6A. Windows color (decimal): -12226380 or 11825221. OLE color: 11825221.
HSL color Cylindrical-coordinate representation of color #4570B4: hue angle of 216.76º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4570B4 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 112 | 180 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.29 |
| HSL | 216.76º | 0.45% | 0.49% | - |
| HSV(B) | 216.76º | 0.62% | 0.71% | - |
| XYZ | 16.49 | 16.15 | 45.43 | - |
| YUV | 106.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 180 | 0.62 | 0.38 | 0 | 0.29 | 216.76 | 0.45 | 0.49 |
| Hex | 45 | 70 | B4 | 3E | 26 | 0 | 1D | D9 | 2D | 31 |
| Octal | 105 | 160 | 264 | 76 | 46 | 0 | 35 | 331 | 55 | 61 |
| Binary | 1000101 | 1110000 | 10110100 | 111110 | 100110 | 0 | 11101 | 11011001 | 101101 | 110001 |
Color Harmonies of #4570B4
Complementary color
Monochromatic Colors of #4570B4
Black with #4570B4
Text Example
Text Example
White with #4570B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4570B4; }
p { color: rgb(69,112,180); }
H1.HeaderClassName
{
color: #4570B4;
}
.AnyTagClassName
{
color: #4570B4;
}
</style>
background-color css
<style>
a { background-color: #4570B4; }
a { background-color: rgb(69,112,180); }
div.DivClassName
{
background-color: #4570B4;
}
.BgClassName
{
background-color: #4570B4;
}
</style>
border-color css
<style>
span { border-color: #4570B4; }
span { border-color: rgb(69,112,180); }
td.TdClassName
{
border-color: #4570B4;
}
.TagClassName
{
border-color: #4570B4;
}
</style>