Shades of Steel Blue #4183AA
Tints of Steel Blue #4183AA
RGB
CMYK
RGB Variations
Color information
#4183AA (or 0x4183AA) is known color: Steel Blue. HEX triplet: 41, 83 and AA. RGB value is (65,131,170). Sum of RGB (Red+Green+Blue) = 65+131+170=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #4183AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4183AA is #BE7C55. Grayscale: #737373. Windows color (decimal): -12483670 or 11174721. OLE color: 11174721.
HSL color Cylindrical-coordinate representation of color #4183AA: hue angle of 202.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4183AA is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 131 | 170 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.33 |
| HSL | 202.29º | 0.45% | 0.46% | - |
| HSV(B) | 202.29º | 0.62% | 0.67% | - |
| XYZ | 17.55 | 20.26 | 41.02 | - |
| YUV | 115.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 170 | 0.62 | 0.23 | 0 | 0.33 | 202.29 | 0.45 | 0.46 |
| Hex | 41 | 83 | AA | 3E | 17 | 0 | 21 | CA | 2D | 2E |
| Octal | 101 | 203 | 252 | 76 | 27 | 0 | 41 | 312 | 55 | 56 |
| Binary | 1000001 | 10000011 | 10101010 | 111110 | 10111 | 0 | 100001 | 11001010 | 101101 | 101110 |
Color Harmonies of #4183AA
Complementary color
Monochromatic Colors of #4183AA
Black with #4183AA
Text Example
Text Example
White with #4183AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4183AA; }
p { color: rgb(65,131,170); }
H1.HeaderClassName
{
color: #4183AA;
}
.AnyTagClassName
{
color: #4183AA;
}
</style>
background-color css
<style>
a { background-color: #4183AA; }
a { background-color: rgb(65,131,170); }
div.DivClassName
{
background-color: #4183AA;
}
.BgClassName
{
background-color: #4183AA;
}
</style>
border-color css
<style>
span { border-color: #4183AA; }
span { border-color: rgb(65,131,170); }
td.TdClassName
{
border-color: #4183AA;
}
.TagClassName
{
border-color: #4183AA;
}
</style>