Shades of Steel Blue #4576C0
Tints of Steel Blue #4576C0
RGB
CMYK
RGB Variations
Color information
#4576C0 (or 0x4576C0) is known color: Steel Blue. HEX triplet: 45, 76 and C0. RGB value is (69,118,192). Sum of RGB (Red+Green+Blue) = 69+118+192=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #4576C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4576C0 is #BA893F. Grayscale: #6F6F6F. Windows color (decimal): -12224832 or 12613189. OLE color: 12613189.
HSL color Cylindrical-coordinate representation of color #4576C0: hue angle of 216.1º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4576C0 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 118 | 192 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.25 |
| HSL | 216.1º | 0.49% | 0.51% | - |
| HSV(B) | 216.1º | 0.64% | 0.75% | - |
| XYZ | 18.45 | 18.03 | 52.38 | - |
| YUV | 111.79 | 173.27 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 192 | 0.64 | 0.39 | 0 | 0.25 | 216.1 | 0.49 | 0.51 |
| Hex | 45 | 76 | C0 | 40 | 27 | 0 | 19 | D8 | 31 | 33 |
| Octal | 105 | 166 | 300 | 100 | 47 | 0 | 31 | 330 | 61 | 63 |
| Binary | 1000101 | 1110110 | 11000000 | 1000000 | 100111 | 0 | 11001 | 11011000 | 110001 | 110011 |
Color Harmonies of #4576C0
Complementary color
Monochromatic Colors of #4576C0
Black with #4576C0
Text Example
Text Example
White with #4576C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4576C0; }
p { color: rgb(69,118,192); }
H1.HeaderClassName
{
color: #4576C0;
}
.AnyTagClassName
{
color: #4576C0;
}
</style>
background-color css
<style>
a { background-color: #4576C0; }
a { background-color: rgb(69,118,192); }
div.DivClassName
{
background-color: #4576C0;
}
.BgClassName
{
background-color: #4576C0;
}
</style>
border-color css
<style>
span { border-color: #4576C0; }
span { border-color: rgb(69,118,192); }
td.TdClassName
{
border-color: #4576C0;
}
.TagClassName
{
border-color: #4576C0;
}
</style>