Shades of Steel Blue #4378BB
Tints of Steel Blue #4378BB
RGB
CMYK
RGB Variations
Color information
#4378BB (or 0x4378BB) is known color: Steel Blue. HEX triplet: 43, 78 and BB. RGB value is (67,120,187). Sum of RGB (Red+Green+Blue) = 67+120+187=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #4378BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4378BB is #BC8744. Grayscale: #6F6F6F. Windows color (decimal): -12355397 or 12286019. OLE color: 12286019.
HSL color Cylindrical-coordinate representation of color #4378BB: hue angle of 213.5º 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 #4378BB is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 120 | 187 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.27 |
| HSL | 213.5º | 0.47% | 0.5% | - |
| HSV(B) | 213.5º | 0.64% | 0.73% | - |
| XYZ | 18 | 18.21 | 49.58 | - |
| YUV | 111.79 | 170.44 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 120 | 187 | 0.64 | 0.36 | 0 | 0.27 | 213.5 | 0.47 | 0.5 |
| Hex | 43 | 78 | BB | 40 | 24 | 0 | 1B | D6 | 2F | 32 |
| Octal | 103 | 170 | 273 | 100 | 44 | 0 | 33 | 326 | 57 | 62 |
| Binary | 1000011 | 1111000 | 10111011 | 1000000 | 100100 | 0 | 11011 | 11010110 | 101111 | 110010 |
Color Harmonies of #4378BB
Complementary color
Monochromatic Colors of #4378BB
Black with #4378BB
Text Example
Text Example
White with #4378BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4378BB; }
p { color: rgb(67,120,187); }
H1.HeaderClassName
{
color: #4378BB;
}
.AnyTagClassName
{
color: #4378BB;
}
</style>
background-color css
<style>
a { background-color: #4378BB; }
a { background-color: rgb(67,120,187); }
div.DivClassName
{
background-color: #4378BB;
}
.BgClassName
{
background-color: #4378BB;
}
</style>
border-color css
<style>
span { border-color: #4378BB; }
span { border-color: rgb(67,120,187); }
td.TdClassName
{
border-color: #4378BB;
}
.TagClassName
{
border-color: #4378BB;
}
</style>