Shades of Steel Blue #417AB3
Tints of Steel Blue #417AB3
RGB
CMYK
RGB Variations
Color information
#417AB3 (or 0x417AB3) is known color: Steel Blue. HEX triplet: 41, 7A and B3. RGB value is (65,122,179). Sum of RGB (Red+Green+Blue) = 65+122+179=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #417AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417AB3 is #BE854C. Grayscale: #6F6F6F. Windows color (decimal): -12485965 or 11762241. OLE color: 11762241.
HSL color Cylindrical-coordinate representation of color #417AB3: hue angle of 210º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #417AB3 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 122 | 179 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.30 |
| HSL | 210º | 0.47% | 0.48% | - |
| HSV(B) | 210º | 0.64% | 0.7% | - |
| XYZ | 17.28 | 18.3 | 45.27 | - |
| YUV | 111.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 179 | 0.64 | 0.32 | 0 | 0.30 | 210 | 0.47 | 0.48 |
| Hex | 41 | 7A | B3 | 40 | 20 | 0 | 1E | D2 | 2F | 30 |
| Octal | 101 | 172 | 263 | 100 | 40 | 0 | 36 | 322 | 57 | 60 |
| Binary | 1000001 | 1111010 | 10110011 | 1000000 | 100000 | 0 | 11110 | 11010010 | 101111 | 110000 |
Color Harmonies of #417AB3
Complementary color
Monochromatic Colors of #417AB3
Black with #417AB3
Text Example
Text Example
White with #417AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417AB3; }
p { color: rgb(65,122,179); }
H1.HeaderClassName
{
color: #417AB3;
}
.AnyTagClassName
{
color: #417AB3;
}
</style>
background-color css
<style>
a { background-color: #417AB3; }
a { background-color: rgb(65,122,179); }
div.DivClassName
{
background-color: #417AB3;
}
.BgClassName
{
background-color: #417AB3;
}
</style>
border-color css
<style>
span { border-color: #417AB3; }
span { border-color: rgb(65,122,179); }
td.TdClassName
{
border-color: #417AB3;
}
.TagClassName
{
border-color: #417AB3;
}
</style>