Shades of Steel Blue #4585AC
Tints of Steel Blue #4585AC
RGB
CMYK
RGB Variations
Color information
#4585AC (or 0x4585AC) is known color: Steel Blue. HEX triplet: 45, 85 and AC. RGB value is (69,133,172). Sum of RGB (Red+Green+Blue) = 69+133+172=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #4585AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4585AC is #BA7A53. Grayscale: #767676. Windows color (decimal): -12221012 or 11306309. OLE color: 11306309.
HSL color Cylindrical-coordinate representation of color #4585AC: hue angle of 202.72º 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 #4585AC is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 133 | 172 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.33 |
| HSL | 202.72º | 0.43% | 0.47% | - |
| HSV(B) | 202.72º | 0.6% | 0.67% | - |
| XYZ | 18.29 | 21.02 | 42.12 | - |
| YUV | 118.31 | 158.3 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 133 | 172 | 0.60 | 0.23 | 0 | 0.33 | 202.72 | 0.43 | 0.47 |
| Hex | 45 | 85 | AC | 3C | 17 | 0 | 21 | CB | 2B | 2F |
| Octal | 105 | 205 | 254 | 74 | 27 | 0 | 41 | 313 | 53 | 57 |
| Binary | 1000101 | 10000101 | 10101100 | 111100 | 10111 | 0 | 100001 | 11001011 | 101011 | 101111 |
Color Harmonies of #4585AC
Complementary color
Monochromatic Colors of #4585AC
Black with #4585AC
Text Example
Text Example
White with #4585AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4585AC; }
p { color: rgb(69,133,172); }
H1.HeaderClassName
{
color: #4585AC;
}
.AnyTagClassName
{
color: #4585AC;
}
</style>
background-color css
<style>
a { background-color: #4585AC; }
a { background-color: rgb(69,133,172); }
div.DivClassName
{
background-color: #4585AC;
}
.BgClassName
{
background-color: #4585AC;
}
</style>
border-color css
<style>
span { border-color: #4585AC; }
span { border-color: rgb(69,133,172); }
td.TdClassName
{
border-color: #4585AC;
}
.TagClassName
{
border-color: #4585AC;
}
</style>