Shades of Steel Blue #4270C1
Tints of Steel Blue #4270C1
RGB
CMYK
RGB Variations
Color information
#4270C1 (or 0x4270C1) is known color: Steel Blue. HEX triplet: 42, 70 and C1. RGB value is (66,112,193). Sum of RGB (Red+Green+Blue) = 66+112+193=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #4270C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4270C1 is #BD8F3E. Grayscale: #6B6B6B. Windows color (decimal): -12422975 or 12677186. OLE color: 12677186.
HSL color Cylindrical-coordinate representation of color #4270C1: hue angle of 218.27º 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 #4270C1 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 112 | 193 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.24 |
| HSL | 218.27º | 0.51% | 0.51% | - |
| HSV(B) | 218.27º | 0.66% | 0.76% | - |
| XYZ | 17.67 | 16.6 | 52.72 | - |
| YUV | 107.48 | 176.26 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 193 | 0.66 | 0.42 | 0 | 0.24 | 218.27 | 0.51 | 0.51 |
| Hex | 42 | 70 | C1 | 42 | 2A | 0 | 18 | DA | 33 | 33 |
| Octal | 102 | 160 | 301 | 102 | 52 | 0 | 30 | 332 | 63 | 63 |
| Binary | 1000010 | 1110000 | 11000001 | 1000010 | 101010 | 0 | 11000 | 11011010 | 110011 | 110011 |
Color Harmonies of #4270C1
Complementary color
Monochromatic Colors of #4270C1
Black with #4270C1
Text Example
Text Example
White with #4270C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4270C1; }
p { color: rgb(66,112,193); }
H1.HeaderClassName
{
color: #4270C1;
}
.AnyTagClassName
{
color: #4270C1;
}
</style>
background-color css
<style>
a { background-color: #4270C1; }
a { background-color: rgb(66,112,193); }
div.DivClassName
{
background-color: #4270C1;
}
.BgClassName
{
background-color: #4270C1;
}
</style>
border-color css
<style>
span { border-color: #4270C1; }
span { border-color: rgb(66,112,193); }
td.TdClassName
{
border-color: #4270C1;
}
.TagClassName
{
border-color: #4270C1;
}
</style>