Shades of Steel Blue #4581BA
Tints of Steel Blue #4581BA
RGB
CMYK
RGB Variations
Color information
#4581BA (or 0x4581BA) is known color: Steel Blue. HEX triplet: 45, 81 and BA. RGB value is (69,129,186). Sum of RGB (Red+Green+Blue) = 69+129+186=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #4581BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4581BA is #BA7E45. Grayscale: #757575. Windows color (decimal): -12222022 or 12222789. OLE color: 12222789.
HSL color Cylindrical-coordinate representation of color #4581BA: hue angle of 209.23º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4581BA is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 129 | 186 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.27 |
| HSL | 209.23º | 0.46% | 0.5% | - |
| HSV(B) | 209.23º | 0.63% | 0.73% | - |
| XYZ | 19.17 | 20.51 | 49.4 | - |
| YUV | 117.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 186 | 0.63 | 0.31 | 0 | 0.27 | 209.23 | 0.46 | 0.5 |
| Hex | 45 | 81 | BA | 3F | 1F | 0 | 1B | D1 | 2E | 32 |
| Octal | 105 | 201 | 272 | 77 | 37 | 0 | 33 | 321 | 56 | 62 |
| Binary | 1000101 | 10000001 | 10111010 | 111111 | 11111 | 0 | 11011 | 11010001 | 101110 | 110010 |
Color Harmonies of #4581BA
Complementary color
Monochromatic Colors of #4581BA
Black with #4581BA
Text Example
Text Example
White with #4581BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4581BA; }
p { color: rgb(69,129,186); }
H1.HeaderClassName
{
color: #4581BA;
}
.AnyTagClassName
{
color: #4581BA;
}
</style>
background-color css
<style>
a { background-color: #4581BA; }
a { background-color: rgb(69,129,186); }
div.DivClassName
{
background-color: #4581BA;
}
.BgClassName
{
background-color: #4581BA;
}
</style>
border-color css
<style>
span { border-color: #4581BA; }
span { border-color: rgb(69,129,186); }
td.TdClassName
{
border-color: #4581BA;
}
.TagClassName
{
border-color: #4581BA;
}
</style>