Shades of Steel Blue #4275C2
Tints of Steel Blue #4275C2
RGB
CMYK
RGB Variations
Color information
#4275C2 (or 0x4275C2) is known color: Steel Blue. HEX triplet: 42, 75 and C2. RGB value is (66,117,194). Sum of RGB (Red+Green+Blue) = 66+117+194=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 194 (76.17% from 255 or 51.46% from 377); Max value from RGB is 194 - color contains mainly: blue. Hex color #4275C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275C2 is #BD8A3D. Grayscale: #6E6E6E. Windows color (decimal): -12421694 or 12744002. OLE color: 12744002.
HSL color Cylindrical-coordinate representation of color #4275C2: hue angle of 216.09º 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 #4275C2 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 117 | 194 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.24 |
| HSL | 216.09º | 0.51% | 0.51% | - |
| HSV(B) | 216.09º | 0.66% | 0.76% | - |
| XYZ | 18.35 | 17.78 | 53.5 | - |
| YUV | 110.53 | 175.1 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 194 | 0.66 | 0.40 | 0 | 0.24 | 216.09 | 0.51 | 0.51 |
| Hex | 42 | 75 | C2 | 42 | 28 | 0 | 18 | D8 | 33 | 33 |
| Octal | 102 | 165 | 302 | 102 | 50 | 0 | 30 | 330 | 63 | 63 |
| Binary | 1000010 | 1110101 | 11000010 | 1000010 | 101000 | 0 | 11000 | 11011000 | 110011 | 110011 |
Color Harmonies of #4275C2
Complementary color
Monochromatic Colors of #4275C2
Black with #4275C2
Text Example
Text Example
White with #4275C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275C2; }
p { color: rgb(66,117,194); }
H1.HeaderClassName
{
color: #4275C2;
}
.AnyTagClassName
{
color: #4275C2;
}
</style>
background-color css
<style>
a { background-color: #4275C2; }
a { background-color: rgb(66,117,194); }
div.DivClassName
{
background-color: #4275C2;
}
.BgClassName
{
background-color: #4275C2;
}
</style>
border-color css
<style>
span { border-color: #4275C2; }
span { border-color: rgb(66,117,194); }
td.TdClassName
{
border-color: #4275C2;
}
.TagClassName
{
border-color: #4275C2;
}
</style>