Shades of Steel Blue #4581AB
Tints of Steel Blue #4581AB
RGB
CMYK
RGB Variations
Color information
#4581AB (or 0x4581AB) is known color: Steel Blue. HEX triplet: 45, 81 and AB. RGB value is (69,129,171). Sum of RGB (Red+Green+Blue) = 69+129+171=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #4581AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4581AB is #BA7E54. Grayscale: #737373. Windows color (decimal): -12222037 or 11239749. OLE color: 11239749.
HSL color Cylindrical-coordinate representation of color #4581AB: hue angle of 204.71º 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 #4581AB is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 129 | 171 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.33 |
| HSL | 204.71º | 0.43% | 0.47% | - |
| HSV(B) | 204.71º | 0.6% | 0.67% | - |
| XYZ | 17.66 | 19.91 | 41.44 | - |
| YUV | 115.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 171 | 0.60 | 0.25 | 0 | 0.33 | 204.71 | 0.43 | 0.47 |
| Hex | 45 | 81 | AB | 3C | 19 | 0 | 21 | CD | 2A | 2F |
| Octal | 105 | 201 | 253 | 74 | 31 | 0 | 41 | 315 | 52 | 57 |
| Binary | 1000101 | 10000001 | 10101011 | 111100 | 11001 | 0 | 100001 | 11001101 | 101010 | 101111 |
Color Harmonies of #4581AB
Complementary color
Monochromatic Colors of #4581AB
Black with #4581AB
Text Example
Text Example
White with #4581AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4581AB; }
p { color: rgb(69,129,171); }
H1.HeaderClassName
{
color: #4581AB;
}
.AnyTagClassName
{
color: #4581AB;
}
</style>
background-color css
<style>
a { background-color: #4581AB; }
a { background-color: rgb(69,129,171); }
div.DivClassName
{
background-color: #4581AB;
}
.BgClassName
{
background-color: #4581AB;
}
</style>
border-color css
<style>
span { border-color: #4581AB; }
span { border-color: rgb(69,129,171); }
td.TdClassName
{
border-color: #4581AB;
}
.TagClassName
{
border-color: #4581AB;
}
</style>