Shades of Steel Blue #4580BC
Tints of Steel Blue #4580BC
RGB
CMYK
RGB Variations
Color information
#4580BC (or 0x4580BC) is known color: Steel Blue. HEX triplet: 45, 80 and BC. RGB value is (69,128,188). Sum of RGB (Red+Green+Blue) = 69+128+188=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #4580BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580BC is #BA7F43. Grayscale: #747474. Windows color (decimal): -12222276 or 12353605. OLE color: 12353605.
HSL color Cylindrical-coordinate representation of color #4580BC: hue angle of 210.25º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4580BC is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 128 | 188 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.26 |
| HSL | 210.25º | 0.47% | 0.5% | - |
| HSV(B) | 210.25º | 0.63% | 0.74% | - |
| XYZ | 19.25 | 20.33 | 50.49 | - |
| YUV | 117.2 | 167.95 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 188 | 0.63 | 0.32 | 0 | 0.26 | 210.25 | 0.47 | 0.5 |
| Hex | 45 | 80 | BC | 3F | 20 | 0 | 1A | D2 | 2F | 32 |
| Octal | 105 | 200 | 274 | 77 | 40 | 0 | 32 | 322 | 57 | 62 |
| Binary | 1000101 | 10000000 | 10111100 | 111111 | 100000 | 0 | 11010 | 11010010 | 101111 | 110010 |
Color Harmonies of #4580BC
Complementary color
Monochromatic Colors of #4580BC
Black with #4580BC
Text Example
Text Example
White with #4580BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4580BC; }
p { color: rgb(69,128,188); }
H1.HeaderClassName
{
color: #4580BC;
}
.AnyTagClassName
{
color: #4580BC;
}
</style>
background-color css
<style>
a { background-color: #4580BC; }
a { background-color: rgb(69,128,188); }
div.DivClassName
{
background-color: #4580BC;
}
.BgClassName
{
background-color: #4580BC;
}
</style>
border-color css
<style>
span { border-color: #4580BC; }
span { border-color: rgb(69,128,188); }
td.TdClassName
{
border-color: #4580BC;
}
.TagClassName
{
border-color: #4580BC;
}
</style>