Shades of Steel Blue #4279C1
Tints of Steel Blue #4279C1
RGB
CMYK
RGB Variations
Color information
#4279C1 (or 0x4279C1) is known color: Steel Blue. HEX triplet: 42, 79 and C1. RGB value is (66,121,193). Sum of RGB (Red+Green+Blue) = 66+121+193=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #4279C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279C1 is #BD863E. Grayscale: #707070. Windows color (decimal): -12420671 or 12679490. OLE color: 12679490.
HSL color Cylindrical-coordinate representation of color #4279C1: hue angle of 214.02º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4279C1 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 121 | 193 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.24 |
| HSL | 214.02º | 0.51% | 0.51% | - |
| HSV(B) | 214.02º | 0.66% | 0.76% | - |
| XYZ | 18.71 | 18.68 | 53.07 | - |
| YUV | 112.76 | 173.28 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 193 | 0.66 | 0.37 | 0 | 0.24 | 214.02 | 0.51 | 0.51 |
| Hex | 42 | 79 | C1 | 42 | 25 | 0 | 18 | D6 | 33 | 33 |
| Octal | 102 | 171 | 301 | 102 | 45 | 0 | 30 | 326 | 63 | 63 |
| Binary | 1000010 | 1111001 | 11000001 | 1000010 | 100101 | 0 | 11000 | 11010110 | 110011 | 110011 |
Color Harmonies of #4279C1
Complementary color
Monochromatic Colors of #4279C1
Black with #4279C1
Text Example
Text Example
White with #4279C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4279C1; }
p { color: rgb(66,121,193); }
H1.HeaderClassName
{
color: #4279C1;
}
.AnyTagClassName
{
color: #4279C1;
}
</style>
background-color css
<style>
a { background-color: #4279C1; }
a { background-color: rgb(66,121,193); }
div.DivClassName
{
background-color: #4279C1;
}
.BgClassName
{
background-color: #4279C1;
}
</style>
border-color css
<style>
span { border-color: #4279C1; }
span { border-color: rgb(66,121,193); }
td.TdClassName
{
border-color: #4279C1;
}
.TagClassName
{
border-color: #4279C1;
}
</style>