Shades of Steel Blue #4174BD
Tints of Steel Blue #4174BD
RGB
CMYK
RGB Variations
Color information
#4174BD (or 0x4174BD) is known color: Steel Blue. HEX triplet: 41, 74 and BD. RGB value is (65,116,189). Sum of RGB (Red+Green+Blue) = 65+116+189=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #4174BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174BD is #BE8B42. Grayscale: #6C6C6C. Windows color (decimal): -12487491 or 12416065. OLE color: 12416065.
HSL color Cylindrical-coordinate representation of color #4174BD: hue angle of 215.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4174BD is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 116 | 189 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.26 |
| HSL | 215.32º | 0.49% | 0.5% | - |
| HSV(B) | 215.32º | 0.66% | 0.74% | - |
| XYZ | 17.61 | 17.29 | 50.55 | - |
| YUV | 109.07 | 173.1 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 189 | 0.66 | 0.39 | 0 | 0.26 | 215.32 | 0.49 | 0.5 |
| Hex | 41 | 74 | BD | 42 | 27 | 0 | 1A | D7 | 31 | 32 |
| Octal | 101 | 164 | 275 | 102 | 47 | 0 | 32 | 327 | 61 | 62 |
| Binary | 1000001 | 1110100 | 10111101 | 1000010 | 100111 | 0 | 11010 | 11010111 | 110001 | 110010 |
Color Harmonies of #4174BD
Complementary color
Monochromatic Colors of #4174BD
Black with #4174BD
Text Example
Text Example
White with #4174BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4174BD; }
p { color: rgb(65,116,189); }
H1.HeaderClassName
{
color: #4174BD;
}
.AnyTagClassName
{
color: #4174BD;
}
</style>
background-color css
<style>
a { background-color: #4174BD; }
a { background-color: rgb(65,116,189); }
div.DivClassName
{
background-color: #4174BD;
}
.BgClassName
{
background-color: #4174BD;
}
</style>
border-color css
<style>
span { border-color: #4174BD; }
span { border-color: rgb(65,116,189); }
td.TdClassName
{
border-color: #4174BD;
}
.TagClassName
{
border-color: #4174BD;
}
</style>