Shades of Steel Blue #427CC4
Tints of Steel Blue #427CC4
RGB
CMYK
RGB Variations
Color information
#427CC4 (or 0x427CC4) is known color: Steel Blue. HEX triplet: 42, 7C and C4. RGB value is (66,124,196). Sum of RGB (Red+Green+Blue) = 66+124+196=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #427CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CC4 is #BD833B. Grayscale: #727272. Windows color (decimal): -12419900 or 12876866. OLE color: 12876866.
HSL color Cylindrical-coordinate representation of color #427CC4: hue angle of 213.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427CC4 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 124 | 196 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.23 |
| HSL | 213.23º | 0.52% | 0.51% | - |
| HSV(B) | 213.23º | 0.66% | 0.77% | - |
| XYZ | 19.42 | 19.56 | 54.98 | - |
| YUV | 114.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 196 | 0.66 | 0.37 | 0 | 0.23 | 213.23 | 0.52 | 0.51 |
| Hex | 42 | 7C | C4 | 42 | 25 | 0 | 17 | D5 | 34 | 33 |
| Octal | 102 | 174 | 304 | 102 | 45 | 0 | 27 | 325 | 64 | 63 |
| Binary | 1000010 | 1111100 | 11000100 | 1000010 | 100101 | 0 | 10111 | 11010101 | 110100 | 110011 |
Color Harmonies of #427CC4
Complementary color
Monochromatic Colors of #427CC4
Black with #427CC4
Text Example
Text Example
White with #427CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CC4; }
p { color: rgb(66,124,196); }
H1.HeaderClassName
{
color: #427CC4;
}
.AnyTagClassName
{
color: #427CC4;
}
</style>
background-color css
<style>
a { background-color: #427CC4; }
a { background-color: rgb(66,124,196); }
div.DivClassName
{
background-color: #427CC4;
}
.BgClassName
{
background-color: #427CC4;
}
</style>
border-color css
<style>
span { border-color: #427CC4; }
span { border-color: rgb(66,124,196); }
td.TdClassName
{
border-color: #427CC4;
}
.TagClassName
{
border-color: #427CC4;
}
</style>