Shades of Steel Blue #4582AC
Tints of Steel Blue #4582AC
RGB
CMYK
RGB Variations
Color information
#4582AC (or 0x4582AC) is known color: Steel Blue. HEX triplet: 45, 82 and AC. RGB value is (69,130,172). Sum of RGB (Red+Green+Blue) = 69+130+172=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #4582AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4582AC is #BA7D53. Grayscale: #747474. Windows color (decimal): -12221780 or 11305541. OLE color: 11305541.
HSL color Cylindrical-coordinate representation of color #4582AC: hue angle of 204.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4582AC is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 130 | 172 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.33 |
| HSL | 204.47º | 0.43% | 0.47% | - |
| HSV(B) | 204.47º | 0.6% | 0.67% | - |
| XYZ | 17.88 | 20.21 | 41.99 | - |
| YUV | 116.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 172 | 0.60 | 0.24 | 0 | 0.33 | 204.47 | 0.43 | 0.47 |
| Hex | 45 | 82 | AC | 3C | 18 | 0 | 21 | CC | 2B | 2F |
| Octal | 105 | 202 | 254 | 74 | 30 | 0 | 41 | 314 | 53 | 57 |
| Binary | 1000101 | 10000010 | 10101100 | 111100 | 11000 | 0 | 100001 | 11001100 | 101011 | 101111 |
Color Harmonies of #4582AC
Complementary color
Monochromatic Colors of #4582AC
Black with #4582AC
Text Example
Text Example
White with #4582AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4582AC; }
p { color: rgb(69,130,172); }
H1.HeaderClassName
{
color: #4582AC;
}
.AnyTagClassName
{
color: #4582AC;
}
</style>
background-color css
<style>
a { background-color: #4582AC; }
a { background-color: rgb(69,130,172); }
div.DivClassName
{
background-color: #4582AC;
}
.BgClassName
{
background-color: #4582AC;
}
</style>
border-color css
<style>
span { border-color: #4582AC; }
span { border-color: rgb(69,130,172); }
td.TdClassName
{
border-color: #4582AC;
}
.TagClassName
{
border-color: #4582AC;
}
</style>