Shades of Steel Blue #4279C0
Tints of Steel Blue #4279C0
RGB
CMYK
RGB Variations
Color information
#4279C0 (or 0x4279C0) is known color: Steel Blue. HEX triplet: 42, 79 and C0. RGB value is (66,121,192). Sum of RGB (Red+Green+Blue) = 66+121+192=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #4279C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279C0 is #BD863F. Grayscale: #707070. Windows color (decimal): -12420672 or 12613954. OLE color: 12613954.
HSL color Cylindrical-coordinate representation of color #4279C0: hue angle of 213.81º 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 #4279C0 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 121 | 192 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.25 |
| HSL | 213.81º | 0.5% | 0.51% | - |
| HSV(B) | 213.81º | 0.66% | 0.75% | - |
| XYZ | 18.6 | 18.64 | 52.49 | - |
| YUV | 112.65 | 172.78 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 192 | 0.66 | 0.37 | 0 | 0.25 | 213.81 | 0.5 | 0.51 |
| Hex | 42 | 79 | C0 | 42 | 25 | 0 | 19 | D6 | 32 | 33 |
| Octal | 102 | 171 | 300 | 102 | 45 | 0 | 31 | 326 | 62 | 63 |
| Binary | 1000010 | 1111001 | 11000000 | 1000010 | 100101 | 0 | 11001 | 11010110 | 110010 | 110011 |
Color Harmonies of #4279C0
Complementary color
Monochromatic Colors of #4279C0
Black with #4279C0
Text Example
Text Example
White with #4279C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4279C0; }
p { color: rgb(66,121,192); }
H1.HeaderClassName
{
color: #4279C0;
}
.AnyTagClassName
{
color: #4279C0;
}
</style>
background-color css
<style>
a { background-color: #4279C0; }
a { background-color: rgb(66,121,192); }
div.DivClassName
{
background-color: #4279C0;
}
.BgClassName
{
background-color: #4279C0;
}
</style>
border-color css
<style>
span { border-color: #4279C0; }
span { border-color: rgb(66,121,192); }
td.TdClassName
{
border-color: #4279C0;
}
.TagClassName
{
border-color: #4279C0;
}
</style>