Shades of Steel Blue #4376BC
Tints of Steel Blue #4376BC
RGB
CMYK
RGB Variations
Color information
#4376BC (or 0x4376BC) is known color: Steel Blue. HEX triplet: 43, 76 and BC. RGB value is (67,118,188). Sum of RGB (Red+Green+Blue) = 67+118+188=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #4376BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4376BC is #BC8943. Grayscale: #6E6E6E. Windows color (decimal): -12355908 or 12351043. OLE color: 12351043.
HSL color Cylindrical-coordinate representation of color #4376BC: hue angle of 214.71º 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 #4376BC is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 118 | 188 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.26 |
| HSL | 214.71º | 0.47% | 0.5% | - |
| HSV(B) | 214.71º | 0.64% | 0.74% | - |
| XYZ | 17.87 | 17.78 | 50.07 | - |
| YUV | 110.73 | 171.6 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 118 | 188 | 0.64 | 0.37 | 0 | 0.26 | 214.71 | 0.47 | 0.5 |
| Hex | 43 | 76 | BC | 40 | 25 | 0 | 1A | D7 | 2F | 32 |
| Octal | 103 | 166 | 274 | 100 | 45 | 0 | 32 | 327 | 57 | 62 |
| Binary | 1000011 | 1110110 | 10111100 | 1000000 | 100101 | 0 | 11010 | 11010111 | 101111 | 110010 |
Color Harmonies of #4376BC
Complementary color
Monochromatic Colors of #4376BC
Black with #4376BC
Text Example
Text Example
White with #4376BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4376BC; }
p { color: rgb(67,118,188); }
H1.HeaderClassName
{
color: #4376BC;
}
.AnyTagClassName
{
color: #4376BC;
}
</style>
background-color css
<style>
a { background-color: #4376BC; }
a { background-color: rgb(67,118,188); }
div.DivClassName
{
background-color: #4376BC;
}
.BgClassName
{
background-color: #4376BC;
}
</style>
border-color css
<style>
span { border-color: #4376BC; }
span { border-color: rgb(67,118,188); }
td.TdClassName
{
border-color: #4376BC;
}
.TagClassName
{
border-color: #4376BC;
}
</style>