Shades of Steel Blue #4271BC
Tints of Steel Blue #4271BC
RGB
CMYK
RGB Variations
Color information
#4271BC (or 0x4271BC) is known color: Steel Blue. HEX triplet: 42, 71 and BC. RGB value is (66,113,188). Sum of RGB (Red+Green+Blue) = 66+113+188=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #4271BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4271BC is #BD8E43. Grayscale: #6B6B6B. Windows color (decimal): -12422724 or 12349762. OLE color: 12349762.
HSL color Cylindrical-coordinate representation of color #4271BC: hue angle of 216.89º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4271BC is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 113 | 188 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.26 |
| HSL | 216.89º | 0.48% | 0.5% | - |
| HSV(B) | 216.89º | 0.65% | 0.74% | - |
| XYZ | 17.23 | 16.6 | 49.87 | - |
| YUV | 107.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 113 | 188 | 0.65 | 0.40 | 0 | 0.26 | 216.89 | 0.48 | 0.5 |
| Hex | 42 | 71 | BC | 41 | 28 | 0 | 1A | D9 | 30 | 32 |
| Octal | 102 | 161 | 274 | 101 | 50 | 0 | 32 | 331 | 60 | 62 |
| Binary | 1000010 | 1110001 | 10111100 | 1000001 | 101000 | 0 | 11010 | 11011001 | 110000 | 110010 |
Color Harmonies of #4271BC
Complementary color
Monochromatic Colors of #4271BC
Black with #4271BC
Text Example
Text Example
White with #4271BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4271BC; }
p { color: rgb(66,113,188); }
H1.HeaderClassName
{
color: #4271BC;
}
.AnyTagClassName
{
color: #4271BC;
}
</style>
background-color css
<style>
a { background-color: #4271BC; }
a { background-color: rgb(66,113,188); }
div.DivClassName
{
background-color: #4271BC;
}
.BgClassName
{
background-color: #4271BC;
}
</style>
border-color css
<style>
span { border-color: #4271BC; }
span { border-color: rgb(66,113,188); }
td.TdClassName
{
border-color: #4271BC;
}
.TagClassName
{
border-color: #4271BC;
}
</style>