Shades of Steel Blue #4473BC
Tints of Steel Blue #4473BC
RGB
CMYK
RGB Variations
Color information
#4473BC (or 0x4473BC) is known color: Steel Blue. HEX triplet: 44, 73 and BC. RGB value is (68,115,188). Sum of RGB (Red+Green+Blue) = 68+115+188=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #4473BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4473BC is #BB8C43. Grayscale: #6C6C6C. Windows color (decimal): -12291140 or 12350276. OLE color: 12350276.
HSL color Cylindrical-coordinate representation of color #4473BC: hue angle of 216.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4473BC is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 115 | 188 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.26 |
| HSL | 216.5º | 0.47% | 0.5% | - |
| HSV(B) | 216.5º | 0.64% | 0.74% | - |
| XYZ | 17.59 | 17.12 | 49.95 | - |
| YUV | 109.27 | 172.43 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 188 | 0.64 | 0.39 | 0 | 0.26 | 216.5 | 0.47 | 0.5 |
| Hex | 44 | 73 | BC | 40 | 27 | 0 | 1A | D8 | 2F | 32 |
| Octal | 104 | 163 | 274 | 100 | 47 | 0 | 32 | 330 | 57 | 62 |
| Binary | 1000100 | 1110011 | 10111100 | 1000000 | 100111 | 0 | 11010 | 11011000 | 101111 | 110010 |
Color Harmonies of #4473BC
Complementary color
Monochromatic Colors of #4473BC
Black with #4473BC
Text Example
Text Example
White with #4473BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4473BC; }
p { color: rgb(68,115,188); }
H1.HeaderClassName
{
color: #4473BC;
}
.AnyTagClassName
{
color: #4473BC;
}
</style>
background-color css
<style>
a { background-color: #4473BC; }
a { background-color: rgb(68,115,188); }
div.DivClassName
{
background-color: #4473BC;
}
.BgClassName
{
background-color: #4473BC;
}
</style>
border-color css
<style>
span { border-color: #4473BC; }
span { border-color: rgb(68,115,188); }
td.TdClassName
{
border-color: #4473BC;
}
.TagClassName
{
border-color: #4473BC;
}
</style>