Shades of Steel Blue #4578BD
Tints of Steel Blue #4578BD
RGB
CMYK
RGB Variations
Color information
#4578BD (or 0x4578BD) is known color: Steel Blue. HEX triplet: 45, 78 and BD. RGB value is (69,120,189). Sum of RGB (Red+Green+Blue) = 69+120+189=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #4578BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4578BD is #BA8742. Grayscale: #707070. Windows color (decimal): -12224323 or 12417093. OLE color: 12417093.
HSL color Cylindrical-coordinate representation of color #4578BD: hue angle of 214.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4578BD is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 120 | 189 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.26 |
| HSL | 214.5º | 0.48% | 0.51% | - |
| HSV(B) | 214.5º | 0.63% | 0.74% | - |
| XYZ | 18.36 | 18.37 | 50.72 | - |
| YUV | 112.62 | 171.1 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 189 | 0.63 | 0.37 | 0 | 0.26 | 214.5 | 0.48 | 0.51 |
| Hex | 45 | 78 | BD | 3F | 25 | 0 | 1A | D6 | 30 | 33 |
| Octal | 105 | 170 | 275 | 77 | 45 | 0 | 32 | 326 | 60 | 63 |
| Binary | 1000101 | 1111000 | 10111101 | 111111 | 100101 | 0 | 11010 | 11010110 | 110000 | 110011 |
Color Harmonies of #4578BD
Complementary color
Monochromatic Colors of #4578BD
Black with #4578BD
Text Example
Text Example
White with #4578BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4578BD; }
p { color: rgb(69,120,189); }
H1.HeaderClassName
{
color: #4578BD;
}
.AnyTagClassName
{
color: #4578BD;
}
</style>
background-color css
<style>
a { background-color: #4578BD; }
a { background-color: rgb(69,120,189); }
div.DivClassName
{
background-color: #4578BD;
}
.BgClassName
{
background-color: #4578BD;
}
</style>
border-color css
<style>
span { border-color: #4578BD; }
span { border-color: rgb(69,120,189); }
td.TdClassName
{
border-color: #4578BD;
}
.TagClassName
{
border-color: #4578BD;
}
</style>