Shades of Steel Blue #4874BD
Tints of Steel Blue #4874BD
RGB
CMYK
RGB Variations
Color information
#4874BD (or 0x4874BD) is known color: Steel Blue. HEX triplet: 48, 74 and BD. RGB value is (72,116,189). Sum of RGB (Red+Green+Blue) = 72+116+189=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #4874BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4874BD is #B78B42. Grayscale: #6E6E6E. Windows color (decimal): -12028739 or 12416072. OLE color: 12416072.
HSL color Cylindrical-coordinate representation of color #4874BD: hue angle of 217.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4874BD is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 116 | 189 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.26 |
| HSL | 217.44º | 0.47% | 0.51% | - |
| HSV(B) | 217.44º | 0.62% | 0.74% | - |
| XYZ | 18.1 | 17.54 | 50.58 | - |
| YUV | 111.17 | 171.92 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 116 | 189 | 0.62 | 0.39 | 0 | 0.26 | 217.44 | 0.47 | 0.51 |
| Hex | 48 | 74 | BD | 3E | 27 | 0 | 1A | D9 | 2F | 33 |
| Octal | 110 | 164 | 275 | 76 | 47 | 0 | 32 | 331 | 57 | 63 |
| Binary | 1001000 | 1110100 | 10111101 | 111110 | 100111 | 0 | 11010 | 11011001 | 101111 | 110011 |
Color Harmonies of #4874BD
Complementary color
Monochromatic Colors of #4874BD
Black with #4874BD
Text Example
Text Example
White with #4874BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4874BD; }
p { color: rgb(72,116,189); }
H1.HeaderClassName
{
color: #4874BD;
}
.AnyTagClassName
{
color: #4874BD;
}
</style>
background-color css
<style>
a { background-color: #4874BD; }
a { background-color: rgb(72,116,189); }
div.DivClassName
{
background-color: #4874BD;
}
.BgClassName
{
background-color: #4874BD;
}
</style>
border-color css
<style>
span { border-color: #4874BD; }
span { border-color: rgb(72,116,189); }
td.TdClassName
{
border-color: #4874BD;
}
.TagClassName
{
border-color: #4874BD;
}
</style>