Shades of Steel Blue #4481AA
Tints of Steel Blue #4481AA
RGB
CMYK
RGB Variations
Color information
#4481AA (or 0x4481AA) is known color: Steel Blue. HEX triplet: 44, 81 and AA. RGB value is (68,129,170). Sum of RGB (Red+Green+Blue) = 68+129+170=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #4481AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4481AA is #BB7E55. Grayscale: #737373. Windows color (decimal): -12287574 or 11174212. OLE color: 11174212.
HSL color Cylindrical-coordinate representation of color #4481AA: hue angle of 204.12º 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 #4481AA is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 129 | 170 | - |
| CMYK | 0.6 | 0.24 | 0 | 0.33 |
| HSL | 204.12º | 0.43% | 0.47% | - |
| HSV(B) | 204.12º | 0.6% | 0.67% | - |
| XYZ | 17.49 | 19.83 | 40.94 | - |
| YUV | 115.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 170 | 0.6 | 0.24 | 0 | 0.33 | 204.12 | 0.43 | 0.47 |
| Hex | 44 | 81 | AA | 3C | 18 | 0 | 21 | CC | 2B | 2F |
| Octal | 104 | 201 | 252 | 74 | 30 | 0 | 41 | 314 | 53 | 57 |
| Binary | 1000100 | 10000001 | 10101010 | 111100 | 11000 | 0 | 100001 | 11001100 | 101011 | 101111 |
Color Harmonies of #4481AA
Complementary color
Monochromatic Colors of #4481AA
Black with #4481AA
Text Example
Text Example
White with #4481AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4481AA; }
p { color: rgb(68,129,170); }
H1.HeaderClassName
{
color: #4481AA;
}
.AnyTagClassName
{
color: #4481AA;
}
</style>
background-color css
<style>
a { background-color: #4481AA; }
a { background-color: rgb(68,129,170); }
div.DivClassName
{
background-color: #4481AA;
}
.BgClassName
{
background-color: #4481AA;
}
</style>
border-color css
<style>
span { border-color: #4481AA; }
span { border-color: rgb(68,129,170); }
td.TdClassName
{
border-color: #4481AA;
}
.TagClassName
{
border-color: #4481AA;
}
</style>