Shades of Steel Blue #4276BC
Tints of Steel Blue #4276BC
RGB
CMYK
RGB Variations
Color information
#4276BC (or 0x4276BC) is known color: Steel Blue. HEX triplet: 42, 76 and BC. RGB value is (66,118,188). Sum of RGB (Red+Green+Blue) = 66+118+188=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #4276BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276BC is #BD8943. Grayscale: #6E6E6E. Windows color (decimal): -12421444 or 12351042. OLE color: 12351042.
HSL color Cylindrical-coordinate representation of color #4276BC: hue angle of 214.43º 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 #4276BC is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 118 | 188 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.26 |
| HSL | 214.43º | 0.48% | 0.5% | - |
| HSV(B) | 214.43º | 0.65% | 0.74% | - |
| XYZ | 17.8 | 17.75 | 50.06 | - |
| YUV | 110.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 188 | 0.65 | 0.37 | 0 | 0.26 | 214.43 | 0.48 | 0.5 |
| Hex | 42 | 76 | BC | 41 | 25 | 0 | 1A | D6 | 30 | 32 |
| Octal | 102 | 166 | 274 | 101 | 45 | 0 | 32 | 326 | 60 | 62 |
| Binary | 1000010 | 1110110 | 10111100 | 1000001 | 100101 | 0 | 11010 | 11010110 | 110000 | 110010 |
Color Harmonies of #4276BC
Complementary color
Monochromatic Colors of #4276BC
Black with #4276BC
Text Example
Text Example
White with #4276BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4276BC; }
p { color: rgb(66,118,188); }
H1.HeaderClassName
{
color: #4276BC;
}
.AnyTagClassName
{
color: #4276BC;
}
</style>
background-color css
<style>
a { background-color: #4276BC; }
a { background-color: rgb(66,118,188); }
div.DivClassName
{
background-color: #4276BC;
}
.BgClassName
{
background-color: #4276BC;
}
</style>
border-color css
<style>
span { border-color: #4276BC; }
span { border-color: rgb(66,118,188); }
td.TdClassName
{
border-color: #4276BC;
}
.TagClassName
{
border-color: #4276BC;
}
</style>