Shades of Steel Blue #427BC6
Tints of Steel Blue #427BC6
RGB
CMYK
RGB Variations
Color information
#427BC6 (or 0x427BC6) is known color: Steel Blue. HEX triplet: 42, 7B and C6. RGB value is (66,123,198). Sum of RGB (Red+Green+Blue) = 66+123+198=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 198 (77.73% from 255 or 51.16% from 387); Max value from RGB is 198 - color contains mainly: blue. Hex color #427BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BC6 is #BD8439. Grayscale: #727272. Windows color (decimal): -12420154 or 13007682. OLE color: 13007682.
HSL color Cylindrical-coordinate representation of color #427BC6: hue angle of 214.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427BC6 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 123 | 198 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.22 |
| HSL | 214.09º | 0.54% | 0.52% | - |
| HSV(B) | 214.09º | 0.67% | 0.78% | - |
| XYZ | 19.52 | 19.4 | 56.14 | - |
| YUV | 114.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 198 | 0.67 | 0.38 | 0 | 0.22 | 214.09 | 0.54 | 0.52 |
| Hex | 42 | 7B | C6 | 43 | 26 | 0 | 16 | D6 | 36 | 34 |
| Octal | 102 | 173 | 306 | 103 | 46 | 0 | 26 | 326 | 66 | 64 |
| Binary | 1000010 | 1111011 | 11000110 | 1000011 | 100110 | 0 | 10110 | 11010110 | 110110 | 110100 |
Color Harmonies of #427BC6
Complementary color
Monochromatic Colors of #427BC6
Black with #427BC6
Text Example
Text Example
White with #427BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BC6; }
p { color: rgb(66,123,198); }
H1.HeaderClassName
{
color: #427BC6;
}
.AnyTagClassName
{
color: #427BC6;
}
</style>
background-color css
<style>
a { background-color: #427BC6; }
a { background-color: rgb(66,123,198); }
div.DivClassName
{
background-color: #427BC6;
}
.BgClassName
{
background-color: #427BC6;
}
</style>
border-color css
<style>
span { border-color: #427BC6; }
span { border-color: rgb(66,123,198); }
td.TdClassName
{
border-color: #427BC6;
}
.TagClassName
{
border-color: #427BC6;
}
</style>