Shades of Steel Blue #417BA3
Tints of Steel Blue #417BA3
RGB
CMYK
RGB Variations
Color information
#417BA3 (or 0x417BA3) is known color: Steel Blue. HEX triplet: 41, 7B and A3. RGB value is (65,123,163). Sum of RGB (Red+Green+Blue) = 65+123+163=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #417BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417BA3 is #BE845C. Grayscale: #6E6E6E. Windows color (decimal): -12485725 or 10713921. OLE color: 10713921.
HSL color Cylindrical-coordinate representation of color #417BA3: hue angle of 204.49º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #417BA3 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 123 | 163 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.36 |
| HSL | 204.49º | 0.43% | 0.45% | - |
| HSV(B) | 204.49º | 0.6% | 0.64% | - |
| XYZ | 15.87 | 17.93 | 37.28 | - |
| YUV | 110.22 | 157.78 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 163 | 0.60 | 0.25 | 0 | 0.36 | 204.49 | 0.43 | 0.45 |
| Hex | 41 | 7B | A3 | 3C | 19 | 0 | 24 | CC | 2B | 2D |
| Octal | 101 | 173 | 243 | 74 | 31 | 0 | 44 | 314 | 53 | 55 |
| Binary | 1000001 | 1111011 | 10100011 | 111100 | 11001 | 0 | 100100 | 11001100 | 101011 | 101101 |
Color Harmonies of #417BA3
Complementary color
Monochromatic Colors of #417BA3
Black with #417BA3
Text Example
Text Example
White with #417BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BA3; }
p { color: rgb(65,123,163); }
H1.HeaderClassName
{
color: #417BA3;
}
.AnyTagClassName
{
color: #417BA3;
}
</style>
background-color css
<style>
a { background-color: #417BA3; }
a { background-color: rgb(65,123,163); }
div.DivClassName
{
background-color: #417BA3;
}
.BgClassName
{
background-color: #417BA3;
}
</style>
border-color css
<style>
span { border-color: #417BA3; }
span { border-color: rgb(65,123,163); }
td.TdClassName
{
border-color: #417BA3;
}
.TagClassName
{
border-color: #417BA3;
}
</style>