Shades of Steel Blue #4483AB
Tints of Steel Blue #4483AB
RGB
CMYK
RGB Variations
Color information
#4483AB (or 0x4483AB) is known color: Steel Blue. HEX triplet: 44, 83 and AB. RGB value is (68,131,171). Sum of RGB (Red+Green+Blue) = 68+131+171=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #4483AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4483AB is #BB7C54. Grayscale: #747474. Windows color (decimal): -12287061 or 11240260. OLE color: 11240260.
HSL color Cylindrical-coordinate representation of color #4483AB: hue angle of 203.3º 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 #4483AB is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 131 | 171 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.33 |
| HSL | 203.3º | 0.43% | 0.47% | - |
| HSV(B) | 203.3º | 0.6% | 0.67% | - |
| XYZ | 17.85 | 20.4 | 41.53 | - |
| YUV | 116.72 | 158.63 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 171 | 0.60 | 0.23 | 0 | 0.33 | 203.3 | 0.43 | 0.47 |
| Hex | 44 | 83 | AB | 3C | 17 | 0 | 21 | CB | 2B | 2F |
| Octal | 104 | 203 | 253 | 74 | 27 | 0 | 41 | 313 | 53 | 57 |
| Binary | 1000100 | 10000011 | 10101011 | 111100 | 10111 | 0 | 100001 | 11001011 | 101011 | 101111 |
Color Harmonies of #4483AB
Complementary color
Monochromatic Colors of #4483AB
Black with #4483AB
Text Example
Text Example
White with #4483AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4483AB; }
p { color: rgb(68,131,171); }
H1.HeaderClassName
{
color: #4483AB;
}
.AnyTagClassName
{
color: #4483AB;
}
</style>
background-color css
<style>
a { background-color: #4483AB; }
a { background-color: rgb(68,131,171); }
div.DivClassName
{
background-color: #4483AB;
}
.BgClassName
{
background-color: #4483AB;
}
</style>
border-color css
<style>
span { border-color: #4483AB; }
span { border-color: rgb(68,131,171); }
td.TdClassName
{
border-color: #4483AB;
}
.TagClassName
{
border-color: #4483AB;
}
</style>