Shades of Steel Blue #4575BB
Tints of Steel Blue #4575BB
RGB
CMYK
RGB Variations
Color information
#4575BB (or 0x4575BB) is known color: Steel Blue. HEX triplet: 45, 75 and BB. RGB value is (69,117,187). Sum of RGB (Red+Green+Blue) = 69+117+187=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #4575BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575BB is #BA8A44. Grayscale: #6E6E6E. Windows color (decimal): -12225093 or 12285253. OLE color: 12285253.
HSL color Cylindrical-coordinate representation of color #4575BB: hue angle of 215.59º 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 #4575BB is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 117 | 187 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.27 |
| HSL | 215.59º | 0.46% | 0.5% | - |
| HSV(B) | 215.59º | 0.63% | 0.73% | - |
| XYZ | 17.79 | 17.58 | 49.47 | - |
| YUV | 110.63 | 171.1 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 187 | 0.63 | 0.37 | 0 | 0.27 | 215.59 | 0.46 | 0.5 |
| Hex | 45 | 75 | BB | 3F | 25 | 0 | 1B | D8 | 2E | 32 |
| Octal | 105 | 165 | 273 | 77 | 45 | 0 | 33 | 330 | 56 | 62 |
| Binary | 1000101 | 1110101 | 10111011 | 111111 | 100101 | 0 | 11011 | 11011000 | 101110 | 110010 |
Color Harmonies of #4575BB
Complementary color
Monochromatic Colors of #4575BB
Black with #4575BB
Text Example
Text Example
White with #4575BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575BB; }
p { color: rgb(69,117,187); }
H1.HeaderClassName
{
color: #4575BB;
}
.AnyTagClassName
{
color: #4575BB;
}
</style>
background-color css
<style>
a { background-color: #4575BB; }
a { background-color: rgb(69,117,187); }
div.DivClassName
{
background-color: #4575BB;
}
.BgClassName
{
background-color: #4575BB;
}
</style>
border-color css
<style>
span { border-color: #4575BB; }
span { border-color: rgb(69,117,187); }
td.TdClassName
{
border-color: #4575BB;
}
.TagClassName
{
border-color: #4575BB;
}
</style>