Shades of Steel Blue #4276C0
Tints of Steel Blue #4276C0
RGB
CMYK
RGB Variations
Color information
#4276C0 (or 0x4276C0) is known color: Steel Blue. HEX triplet: 42, 76 and C0. RGB value is (66,118,192). Sum of RGB (Red+Green+Blue) = 66+118+192=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #4276C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4276C0 is #BD893F. Grayscale: #6E6E6E. Windows color (decimal): -12421440 or 12613186. OLE color: 12613186.
HSL color Cylindrical-coordinate representation of color #4276C0: hue angle of 215.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4276C0 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 118 | 192 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.25 |
| HSL | 215.24º | 0.5% | 0.51% | - |
| HSV(B) | 215.24º | 0.66% | 0.75% | - |
| XYZ | 18.24 | 17.92 | 52.37 | - |
| YUV | 110.89 | 173.77 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 192 | 0.66 | 0.39 | 0 | 0.25 | 215.24 | 0.5 | 0.51 |
| Hex | 42 | 76 | C0 | 42 | 27 | 0 | 19 | D7 | 32 | 33 |
| Octal | 102 | 166 | 300 | 102 | 47 | 0 | 31 | 327 | 62 | 63 |
| Binary | 1000010 | 1110110 | 11000000 | 1000010 | 100111 | 0 | 11001 | 11010111 | 110010 | 110011 |
Color Harmonies of #4276C0
Complementary color
Monochromatic Colors of #4276C0
Black with #4276C0
Text Example
Text Example
White with #4276C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4276C0; }
p { color: rgb(66,118,192); }
H1.HeaderClassName
{
color: #4276C0;
}
.AnyTagClassName
{
color: #4276C0;
}
</style>
background-color css
<style>
a { background-color: #4276C0; }
a { background-color: rgb(66,118,192); }
div.DivClassName
{
background-color: #4276C0;
}
.BgClassName
{
background-color: #4276C0;
}
</style>
border-color css
<style>
span { border-color: #4276C0; }
span { border-color: rgb(66,118,192); }
td.TdClassName
{
border-color: #4276C0;
}
.TagClassName
{
border-color: #4276C0;
}
</style>