Shades of Steel Blue #4173AB
Tints of Steel Blue #4173AB
RGB
CMYK
RGB Variations
Color information
#4173AB (or 0x4173AB) is known color: Steel Blue. HEX triplet: 41, 73 and AB. RGB value is (65,115,171). Sum of RGB (Red+Green+Blue) = 65+115+171=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #4173AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4173AB is #BE8C54. Grayscale: #6A6A6A. Windows color (decimal): -12487765 or 11236161. OLE color: 11236161.
HSL color Cylindrical-coordinate representation of color #4173AB: hue angle of 211.7º 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 #4173AB is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 115 | 171 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.33 |
| HSL | 211.7º | 0.45% | 0.46% | - |
| HSV(B) | 211.7º | 0.62% | 0.67% | - |
| XYZ | 15.66 | 16.33 | 40.85 | - |
| YUV | 106.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 171 | 0.62 | 0.33 | 0 | 0.33 | 211.7 | 0.45 | 0.46 |
| Hex | 41 | 73 | AB | 3E | 21 | 0 | 21 | D4 | 2D | 2E |
| Octal | 101 | 163 | 253 | 76 | 41 | 0 | 41 | 324 | 55 | 56 |
| Binary | 1000001 | 1110011 | 10101011 | 111110 | 100001 | 0 | 100001 | 11010100 | 101101 | 101110 |
Color Harmonies of #4173AB
Complementary color
Monochromatic Colors of #4173AB
Black with #4173AB
Text Example
Text Example
White with #4173AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4173AB; }
p { color: rgb(65,115,171); }
H1.HeaderClassName
{
color: #4173AB;
}
.AnyTagClassName
{
color: #4173AB;
}
</style>
background-color css
<style>
a { background-color: #4173AB; }
a { background-color: rgb(65,115,171); }
div.DivClassName
{
background-color: #4173AB;
}
.BgClassName
{
background-color: #4173AB;
}
</style>
border-color css
<style>
span { border-color: #4173AB; }
span { border-color: rgb(65,115,171); }
td.TdClassName
{
border-color: #4173AB;
}
.TagClassName
{
border-color: #4173AB;
}
</style>