Shades of Steel Blue #4875B9
Tints of Steel Blue #4875B9
RGB
CMYK
RGB Variations
Color information
#4875B9 (or 0x4875B9) is known color: Steel Blue. HEX triplet: 48, 75 and B9. RGB value is (72,117,185). Sum of RGB (Red+Green+Blue) = 72+117+185=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #4875B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875B9 is #B78A46. Grayscale: #6E6E6E. Windows color (decimal): -12028487 or 12154184. OLE color: 12154184.
HSL color Cylindrical-coordinate representation of color #4875B9: hue angle of 216.11º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4875B9 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 117 | 185 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.27 |
| HSL | 216.11º | 0.45% | 0.5% | - |
| HSV(B) | 216.11º | 0.61% | 0.73% | - |
| XYZ | 17.79 | 17.6 | 48.36 | - |
| YUV | 111.3 | 169.59 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 185 | 0.61 | 0.37 | 0 | 0.27 | 216.11 | 0.45 | 0.5 |
| Hex | 48 | 75 | B9 | 3D | 25 | 0 | 1B | D8 | 2D | 32 |
| Octal | 110 | 165 | 271 | 75 | 45 | 0 | 33 | 330 | 55 | 62 |
| Binary | 1001000 | 1110101 | 10111001 | 111101 | 100101 | 0 | 11011 | 11011000 | 101101 | 110010 |
Color Harmonies of #4875B9
Complementary color
Monochromatic Colors of #4875B9
Black with #4875B9
Text Example
Text Example
White with #4875B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4875B9; }
p { color: rgb(72,117,185); }
H1.HeaderClassName
{
color: #4875B9;
}
.AnyTagClassName
{
color: #4875B9;
}
</style>
background-color css
<style>
a { background-color: #4875B9; }
a { background-color: rgb(72,117,185); }
div.DivClassName
{
background-color: #4875B9;
}
.BgClassName
{
background-color: #4875B9;
}
</style>
border-color css
<style>
span { border-color: #4875B9; }
span { border-color: rgb(72,117,185); }
td.TdClassName
{
border-color: #4875B9;
}
.TagClassName
{
border-color: #4875B9;
}
</style>