Shades of Steel Blue #4472BF
Tints of Steel Blue #4472BF
RGB
CMYK
RGB Variations
Color information
#4472BF (or 0x4472BF) is known color: Steel Blue. HEX triplet: 44, 72 and BF. RGB value is (68,114,191). Sum of RGB (Red+Green+Blue) = 68+114+191=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #4472BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472BF is #BB8D40. Grayscale: #6C6C6C. Windows color (decimal): -12291393 or 12546628. OLE color: 12546628.
HSL color Cylindrical-coordinate representation of color #4472BF: hue angle of 217.56º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4472BF is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 114 | 191 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.25 |
| HSL | 217.56º | 0.49% | 0.51% | - |
| HSV(B) | 217.56º | 0.64% | 0.75% | - |
| XYZ | 17.81 | 17.03 | 51.64 | - |
| YUV | 109.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 191 | 0.64 | 0.40 | 0 | 0.25 | 217.56 | 0.49 | 0.51 |
| Hex | 44 | 72 | BF | 40 | 28 | 0 | 19 | DA | 31 | 33 |
| Octal | 104 | 162 | 277 | 100 | 50 | 0 | 31 | 332 | 61 | 63 |
| Binary | 1000100 | 1110010 | 10111111 | 1000000 | 101000 | 0 | 11001 | 11011010 | 110001 | 110011 |
Color Harmonies of #4472BF
Complementary color
Monochromatic Colors of #4472BF
Black with #4472BF
Text Example
Text Example
White with #4472BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4472BF; }
p { color: rgb(68,114,191); }
H1.HeaderClassName
{
color: #4472BF;
}
.AnyTagClassName
{
color: #4472BF;
}
</style>
background-color css
<style>
a { background-color: #4472BF; }
a { background-color: rgb(68,114,191); }
div.DivClassName
{
background-color: #4472BF;
}
.BgClassName
{
background-color: #4472BF;
}
</style>
border-color css
<style>
span { border-color: #4472BF; }
span { border-color: rgb(68,114,191); }
td.TdClassName
{
border-color: #4472BF;
}
.TagClassName
{
border-color: #4472BF;
}
</style>