Shades of Steel Blue #4473BB
Tints of Steel Blue #4473BB
RGB
CMYK
RGB Variations
Color information
#4473BB (or 0x4473BB) is known color: Steel Blue. HEX triplet: 44, 73 and BB. RGB value is (68,115,187). Sum of RGB (Red+Green+Blue) = 68+115+187=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #4473BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4473BB is #BB8C44. Grayscale: #6C6C6C. Windows color (decimal): -12291141 or 12284740. OLE color: 12284740.
HSL color Cylindrical-coordinate representation of color #4473BB: hue angle of 216.3º 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 #4473BB is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 115 | 187 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.27 |
| HSL | 216.3º | 0.47% | 0.5% | - |
| HSV(B) | 216.3º | 0.64% | 0.73% | - |
| XYZ | 17.48 | 17.08 | 49.39 | - |
| YUV | 109.16 | 171.93 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 187 | 0.64 | 0.39 | 0 | 0.27 | 216.3 | 0.47 | 0.5 |
| Hex | 44 | 73 | BB | 40 | 27 | 0 | 1B | D8 | 2F | 32 |
| Octal | 104 | 163 | 273 | 100 | 47 | 0 | 33 | 330 | 57 | 62 |
| Binary | 1000100 | 1110011 | 10111011 | 1000000 | 100111 | 0 | 11011 | 11011000 | 101111 | 110010 |
Color Harmonies of #4473BB
Complementary color
Monochromatic Colors of #4473BB
Black with #4473BB
Text Example
Text Example
White with #4473BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4473BB; }
p { color: rgb(68,115,187); }
H1.HeaderClassName
{
color: #4473BB;
}
.AnyTagClassName
{
color: #4473BB;
}
</style>
background-color css
<style>
a { background-color: #4473BB; }
a { background-color: rgb(68,115,187); }
div.DivClassName
{
background-color: #4473BB;
}
.BgClassName
{
background-color: #4473BB;
}
</style>
border-color css
<style>
span { border-color: #4473BB; }
span { border-color: rgb(68,115,187); }
td.TdClassName
{
border-color: #4473BB;
}
.TagClassName
{
border-color: #4473BB;
}
</style>