Shades of Steel Blue #4472BB
Tints of Steel Blue #4472BB
RGB
CMYK
RGB Variations
Color information
#4472BB (or 0x4472BB) is known color: Steel Blue. HEX triplet: 44, 72 and BB. RGB value is (68,114,187). Sum of RGB (Red+Green+Blue) = 68+114+187=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #4472BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472BB is #BB8D44. Grayscale: #6C6C6C. Windows color (decimal): -12291397 or 12284484. OLE color: 12284484.
HSL color Cylindrical-coordinate representation of color #4472BB: hue angle of 216.81º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4472BB is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 114 | 187 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.27 |
| HSL | 216.81º | 0.47% | 0.5% | - |
| HSV(B) | 216.81º | 0.64% | 0.73% | - |
| XYZ | 17.37 | 16.85 | 49.35 | - |
| YUV | 108.57 | 172.26 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 187 | 0.64 | 0.39 | 0 | 0.27 | 216.81 | 0.47 | 0.5 |
| Hex | 44 | 72 | BB | 40 | 27 | 0 | 1B | D9 | 2F | 32 |
| Octal | 104 | 162 | 273 | 100 | 47 | 0 | 33 | 331 | 57 | 62 |
| Binary | 1000100 | 1110010 | 10111011 | 1000000 | 100111 | 0 | 11011 | 11011001 | 101111 | 110010 |
Color Harmonies of #4472BB
Complementary color
Monochromatic Colors of #4472BB
Black with #4472BB
Text Example
Text Example
White with #4472BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4472BB; }
p { color: rgb(68,114,187); }
H1.HeaderClassName
{
color: #4472BB;
}
.AnyTagClassName
{
color: #4472BB;
}
</style>
background-color css
<style>
a { background-color: #4472BB; }
a { background-color: rgb(68,114,187); }
div.DivClassName
{
background-color: #4472BB;
}
.BgClassName
{
background-color: #4472BB;
}
</style>
border-color css
<style>
span { border-color: #4472BB; }
span { border-color: rgb(68,114,187); }
td.TdClassName
{
border-color: #4472BB;
}
.TagClassName
{
border-color: #4472BB;
}
</style>