Shades of Steel Blue #4473B9
Tints of Steel Blue #4473B9
RGB
CMYK
RGB Variations
Color information
#4473B9 (or 0x4473B9) is known color: Steel Blue. HEX triplet: 44, 73 and B9. RGB value is (68,115,185). Sum of RGB (Red+Green+Blue) = 68+115+185=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #4473B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4473B9 is #BB8C46. Grayscale: #6C6C6C. Windows color (decimal): -12291143 or 12153668. OLE color: 12153668.
HSL color Cylindrical-coordinate representation of color #4473B9: hue angle of 215.9º 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 #4473B9 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 115 | 185 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.27 |
| HSL | 215.9º | 0.46% | 0.5% | - |
| HSV(B) | 215.9º | 0.63% | 0.73% | - |
| XYZ | 17.27 | 16.99 | 48.27 | - |
| YUV | 108.93 | 170.93 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 185 | 0.63 | 0.38 | 0 | 0.27 | 215.9 | 0.46 | 0.5 |
| Hex | 44 | 73 | B9 | 3F | 26 | 0 | 1B | D8 | 2E | 32 |
| Octal | 104 | 163 | 271 | 77 | 46 | 0 | 33 | 330 | 56 | 62 |
| Binary | 1000100 | 1110011 | 10111001 | 111111 | 100110 | 0 | 11011 | 11011000 | 101110 | 110010 |
Color Harmonies of #4473B9
Complementary color
Monochromatic Colors of #4473B9
Black with #4473B9
Text Example
Text Example
White with #4473B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4473B9; }
p { color: rgb(68,115,185); }
H1.HeaderClassName
{
color: #4473B9;
}
.AnyTagClassName
{
color: #4473B9;
}
</style>
background-color css
<style>
a { background-color: #4473B9; }
a { background-color: rgb(68,115,185); }
div.DivClassName
{
background-color: #4473B9;
}
.BgClassName
{
background-color: #4473B9;
}
</style>
border-color css
<style>
span { border-color: #4473B9; }
span { border-color: rgb(68,115,185); }
td.TdClassName
{
border-color: #4473B9;
}
.TagClassName
{
border-color: #4473B9;
}
</style>