Shades of Steel Blue #4581A5
Tints of Steel Blue #4581A5
RGB
CMYK
RGB Variations
Color information
#4581A5 (or 0x4581A5) is known color: Steel Blue. HEX triplet: 45, 81 and A5. RGB value is (69,129,165). Sum of RGB (Red+Green+Blue) = 69+129+165=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #4581A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4581A5 is #BA7E5A. Grayscale: #727272. Windows color (decimal): -12222043 or 10846533. OLE color: 10846533.
HSL color Cylindrical-coordinate representation of color #4581A5: hue angle of 202.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4581A5 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 129 | 165 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.35 |
| HSL | 202.5º | 0.41% | 0.46% | - |
| HSV(B) | 202.5º | 0.58% | 0.65% | - |
| XYZ | 17.1 | 19.68 | 38.5 | - |
| YUV | 115.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 165 | 0.58 | 0.22 | 0 | 0.35 | 202.5 | 0.41 | 0.46 |
| Hex | 45 | 81 | A5 | 3A | 16 | 0 | 23 | CA | 29 | 2E |
| Octal | 105 | 201 | 245 | 72 | 26 | 0 | 43 | 312 | 51 | 56 |
| Binary | 1000101 | 10000001 | 10100101 | 111010 | 10110 | 0 | 100011 | 11001010 | 101001 | 101110 |
Color Harmonies of #4581A5
Complementary color
Monochromatic Colors of #4581A5
Black with #4581A5
Text Example
Text Example
White with #4581A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4581A5; }
p { color: rgb(69,129,165); }
H1.HeaderClassName
{
color: #4581A5;
}
.AnyTagClassName
{
color: #4581A5;
}
</style>
background-color css
<style>
a { background-color: #4581A5; }
a { background-color: rgb(69,129,165); }
div.DivClassName
{
background-color: #4581A5;
}
.BgClassName
{
background-color: #4581A5;
}
</style>
border-color css
<style>
span { border-color: #4581A5; }
span { border-color: rgb(69,129,165); }
td.TdClassName
{
border-color: #4581A5;
}
.TagClassName
{
border-color: #4581A5;
}
</style>