Shades of Steel Blue #4582C1
Tints of Steel Blue #4582C1
RGB
CMYK
RGB Variations
Color information
#4582C1 (or 0x4582C1) is known color: Steel Blue. HEX triplet: 45, 82 and C1. RGB value is (69,130,193). Sum of RGB (Red+Green+Blue) = 69+130+193=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #4582C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4582C1 is #BA7D3E. Grayscale: #767676. Windows color (decimal): -12221759 or 12681797. OLE color: 12681797.
HSL color Cylindrical-coordinate representation of color #4582C1: hue angle of 210.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4582C1 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 130 | 193 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.24 |
| HSL | 210.48º | 0.5% | 0.51% | - |
| HSV(B) | 210.48º | 0.64% | 0.76% | - |
| XYZ | 20.06 | 21.08 | 53.46 | - |
| YUV | 118.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 193 | 0.64 | 0.33 | 0 | 0.24 | 210.48 | 0.5 | 0.51 |
| Hex | 45 | 82 | C1 | 40 | 21 | 0 | 18 | D2 | 32 | 33 |
| Octal | 105 | 202 | 301 | 100 | 41 | 0 | 30 | 322 | 62 | 63 |
| Binary | 1000101 | 10000010 | 11000001 | 1000000 | 100001 | 0 | 11000 | 11010010 | 110010 | 110011 |
Color Harmonies of #4582C1
Complementary color
Monochromatic Colors of #4582C1
Black with #4582C1
Text Example
Text Example
White with #4582C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4582C1; }
p { color: rgb(69,130,193); }
H1.HeaderClassName
{
color: #4582C1;
}
.AnyTagClassName
{
color: #4582C1;
}
</style>
background-color css
<style>
a { background-color: #4582C1; }
a { background-color: rgb(69,130,193); }
div.DivClassName
{
background-color: #4582C1;
}
.BgClassName
{
background-color: #4582C1;
}
</style>
border-color css
<style>
span { border-color: #4582C1; }
span { border-color: rgb(69,130,193); }
td.TdClassName
{
border-color: #4582C1;
}
.TagClassName
{
border-color: #4582C1;
}
</style>