Shades of Steel Blue #4584AD
Tints of Steel Blue #4584AD
RGB
CMYK
RGB Variations
Color information
#4584AD (or 0x4584AD) is known color: Steel Blue. HEX triplet: 45, 84 and AD. RGB value is (69,132,173). Sum of RGB (Red+Green+Blue) = 69+132+173=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #4584AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4584AD is #BA7B52. Grayscale: #757575. Windows color (decimal): -12221267 or 11371589. OLE color: 11371589.
HSL color Cylindrical-coordinate representation of color #4584AD: hue angle of 203.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4584AD is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 132 | 173 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.32 |
| HSL | 203.65º | 0.43% | 0.47% | - |
| HSV(B) | 203.65º | 0.6% | 0.68% | - |
| XYZ | 18.25 | 20.78 | 42.59 | - |
| YUV | 117.84 | 159.13 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 132 | 173 | 0.60 | 0.24 | 0 | 0.32 | 203.65 | 0.43 | 0.47 |
| Hex | 45 | 84 | AD | 3C | 18 | 0 | 20 | CC | 2B | 2F |
| Octal | 105 | 204 | 255 | 74 | 30 | 0 | 40 | 314 | 53 | 57 |
| Binary | 1000101 | 10000100 | 10101101 | 111100 | 11000 | 0 | 100000 | 11001100 | 101011 | 101111 |
Color Harmonies of #4584AD
Complementary color
Monochromatic Colors of #4584AD
Black with #4584AD
Text Example
Text Example
White with #4584AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4584AD; }
p { color: rgb(69,132,173); }
H1.HeaderClassName
{
color: #4584AD;
}
.AnyTagClassName
{
color: #4584AD;
}
</style>
background-color css
<style>
a { background-color: #4584AD; }
a { background-color: rgb(69,132,173); }
div.DivClassName
{
background-color: #4584AD;
}
.BgClassName
{
background-color: #4584AD;
}
</style>
border-color css
<style>
span { border-color: #4584AD; }
span { border-color: rgb(69,132,173); }
td.TdClassName
{
border-color: #4584AD;
}
.TagClassName
{
border-color: #4584AD;
}
</style>