Shades of Steel Blue #4475BA
Tints of Steel Blue #4475BA
RGB
CMYK
RGB Variations
Color information
#4475BA (or 0x4475BA) is known color: Steel Blue. HEX triplet: 44, 75 and BA. RGB value is (68,117,186). Sum of RGB (Red+Green+Blue) = 68+117+186=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4475BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4475BA is #BB8A45. Grayscale: #6D6D6D. Windows color (decimal): -12290630 or 12219716. OLE color: 12219716.
HSL color Cylindrical-coordinate representation of color #4475BA: hue angle of 215.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4475BA is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 117 | 186 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.27 |
| HSL | 215.08º | 0.46% | 0.5% | - |
| HSV(B) | 215.08º | 0.63% | 0.73% | - |
| XYZ | 17.61 | 17.5 | 48.9 | - |
| YUV | 110.22 | 170.77 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 117 | 186 | 0.63 | 0.37 | 0 | 0.27 | 215.08 | 0.46 | 0.5 |
| Hex | 44 | 75 | BA | 3F | 25 | 0 | 1B | D7 | 2E | 32 |
| Octal | 104 | 165 | 272 | 77 | 45 | 0 | 33 | 327 | 56 | 62 |
| Binary | 1000100 | 1110101 | 10111010 | 111111 | 100101 | 0 | 11011 | 11010111 | 101110 | 110010 |
Color Harmonies of #4475BA
Complementary color
Monochromatic Colors of #4475BA
Black with #4475BA
Text Example
Text Example
White with #4475BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4475BA; }
p { color: rgb(68,117,186); }
H1.HeaderClassName
{
color: #4475BA;
}
.AnyTagClassName
{
color: #4475BA;
}
</style>
background-color css
<style>
a { background-color: #4475BA; }
a { background-color: rgb(68,117,186); }
div.DivClassName
{
background-color: #4475BA;
}
.BgClassName
{
background-color: #4475BA;
}
</style>
border-color css
<style>
span { border-color: #4475BA; }
span { border-color: rgb(68,117,186); }
td.TdClassName
{
border-color: #4475BA;
}
.TagClassName
{
border-color: #4475BA;
}
</style>