Shades of Steel Blue #4279C5
Tints of Steel Blue #4279C5
RGB
CMYK
RGB Variations
Color information
#4279C5 (or 0x4279C5) is known color: Steel Blue. HEX triplet: 42, 79 and C5. RGB value is (66,121,197). Sum of RGB (Red+Green+Blue) = 66+121+197=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #4279C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279C5 is #BD863A. Grayscale: #707070. Windows color (decimal): -12420667 or 12941634. OLE color: 12941634.
HSL color Cylindrical-coordinate representation of color #4279C5: hue angle of 214.81º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4279C5 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 121 | 197 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.23 |
| HSL | 214.81º | 0.53% | 0.52% | - |
| HSV(B) | 214.81º | 0.66% | 0.77% | - |
| XYZ | 19.16 | 18.86 | 55.45 | - |
| YUV | 113.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 197 | 0.66 | 0.39 | 0 | 0.23 | 214.81 | 0.53 | 0.52 |
| Hex | 42 | 79 | C5 | 42 | 27 | 0 | 17 | D7 | 35 | 34 |
| Octal | 102 | 171 | 305 | 102 | 47 | 0 | 27 | 327 | 65 | 64 |
| Binary | 1000010 | 1111001 | 11000101 | 1000010 | 100111 | 0 | 10111 | 11010111 | 110101 | 110100 |
Color Harmonies of #4279C5
Complementary color
Monochromatic Colors of #4279C5
Black with #4279C5
Text Example
Text Example
White with #4279C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4279C5; }
p { color: rgb(66,121,197); }
H1.HeaderClassName
{
color: #4279C5;
}
.AnyTagClassName
{
color: #4279C5;
}
</style>
background-color css
<style>
a { background-color: #4279C5; }
a { background-color: rgb(66,121,197); }
div.DivClassName
{
background-color: #4279C5;
}
.BgClassName
{
background-color: #4279C5;
}
</style>
border-color css
<style>
span { border-color: #4279C5; }
span { border-color: rgb(66,121,197); }
td.TdClassName
{
border-color: #4279C5;
}
.TagClassName
{
border-color: #4279C5;
}
</style>