Shades of Steel Blue #4472BC
Tints of Steel Blue #4472BC
RGB
CMYK
RGB Variations
Color information
#4472BC (or 0x4472BC) is known color: Steel Blue. HEX triplet: 44, 72 and BC. RGB value is (68,114,188). Sum of RGB (Red+Green+Blue) = 68+114+188=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #4472BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472BC is #BB8D43. Grayscale: #6C6C6C. Windows color (decimal): -12291396 or 12350020. OLE color: 12350020.
HSL color Cylindrical-coordinate representation of color #4472BC: hue angle of 217º 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 #4472BC is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 114 | 188 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.26 |
| HSL | 217º | 0.47% | 0.5% | - |
| HSV(B) | 217º | 0.64% | 0.74% | - |
| XYZ | 17.48 | 16.89 | 49.92 | - |
| YUV | 108.68 | 172.76 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 188 | 0.64 | 0.39 | 0 | 0.26 | 217 | 0.47 | 0.5 |
| Hex | 44 | 72 | BC | 40 | 27 | 0 | 1A | D9 | 2F | 32 |
| Octal | 104 | 162 | 274 | 100 | 47 | 0 | 32 | 331 | 57 | 62 |
| Binary | 1000100 | 1110010 | 10111100 | 1000000 | 100111 | 0 | 11010 | 11011001 | 101111 | 110010 |
Color Harmonies of #4472BC
Complementary color
Monochromatic Colors of #4472BC
Black with #4472BC
Text Example
Text Example
White with #4472BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4472BC; }
p { color: rgb(68,114,188); }
H1.HeaderClassName
{
color: #4472BC;
}
.AnyTagClassName
{
color: #4472BC;
}
</style>
background-color css
<style>
a { background-color: #4472BC; }
a { background-color: rgb(68,114,188); }
div.DivClassName
{
background-color: #4472BC;
}
.BgClassName
{
background-color: #4472BC;
}
</style>
border-color css
<style>
span { border-color: #4472BC; }
span { border-color: rgb(68,114,188); }
td.TdClassName
{
border-color: #4472BC;
}
.TagClassName
{
border-color: #4472BC;
}
</style>