Shades of Steel Blue #417BAE
Tints of Steel Blue #417BAE
RGB
CMYK
RGB Variations
Color information
#417BAE (or 0x417BAE) is known color: Steel Blue. HEX triplet: 41, 7B and AE. RGB value is (65,123,174). Sum of RGB (Red+Green+Blue) = 65+123+174=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #417BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417BAE is #BE8451. Grayscale: #6F6F6F. Windows color (decimal): -12485714 or 11434817. OLE color: 11434817.
HSL color Cylindrical-coordinate representation of color #417BAE: hue angle of 208.07º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #417BAE is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 123 | 174 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.32 |
| HSL | 208.07º | 0.46% | 0.47% | - |
| HSV(B) | 208.07º | 0.63% | 0.68% | - |
| XYZ | 16.9 | 18.35 | 42.69 | - |
| YUV | 111.47 | 163.28 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 174 | 0.63 | 0.29 | 0 | 0.32 | 208.07 | 0.46 | 0.47 |
| Hex | 41 | 7B | AE | 3F | 1D | 0 | 20 | D0 | 2E | 2F |
| Octal | 101 | 173 | 256 | 77 | 35 | 0 | 40 | 320 | 56 | 57 |
| Binary | 1000001 | 1111011 | 10101110 | 111111 | 11101 | 0 | 100000 | 11010000 | 101110 | 101111 |
Color Harmonies of #417BAE
Complementary color
Monochromatic Colors of #417BAE
Black with #417BAE
Text Example
Text Example
White with #417BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BAE; }
p { color: rgb(65,123,174); }
H1.HeaderClassName
{
color: #417BAE;
}
.AnyTagClassName
{
color: #417BAE;
}
</style>
background-color css
<style>
a { background-color: #417BAE; }
a { background-color: rgb(65,123,174); }
div.DivClassName
{
background-color: #417BAE;
}
.BgClassName
{
background-color: #417BAE;
}
</style>
border-color css
<style>
span { border-color: #417BAE; }
span { border-color: rgb(65,123,174); }
td.TdClassName
{
border-color: #417BAE;
}
.TagClassName
{
border-color: #417BAE;
}
</style>