Shades of Steel Blue #427BA7
Tints of Steel Blue #427BA7
RGB
CMYK
RGB Variations
Color information
#427BA7 (or 0x427BA7) is known color: Steel Blue. HEX triplet: 42, 7B and A7. RGB value is (66,123,167). Sum of RGB (Red+Green+Blue) = 66+123+167=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #427BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427BA7 is #BD8458. Grayscale: #6E6E6E. Windows color (decimal): -12420185 or 10976066. OLE color: 10976066.
HSL color Cylindrical-coordinate representation of color #427BA7: hue angle of 206.14º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427BA7 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 123 | 167 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.35 |
| HSL | 206.14º | 0.43% | 0.46% | - |
| HSV(B) | 206.14º | 0.6% | 0.65% | - |
| XYZ | 16.3 | 18.11 | 39.2 | - |
| YUV | 110.97 | 159.62 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 167 | 0.60 | 0.26 | 0 | 0.35 | 206.14 | 0.43 | 0.46 |
| Hex | 42 | 7B | A7 | 3C | 1A | 0 | 23 | CE | 2B | 2E |
| Octal | 102 | 173 | 247 | 74 | 32 | 0 | 43 | 316 | 53 | 56 |
| Binary | 1000010 | 1111011 | 10100111 | 111100 | 11010 | 0 | 100011 | 11001110 | 101011 | 101110 |
Color Harmonies of #427BA7
Complementary color
Monochromatic Colors of #427BA7
Black with #427BA7
Text Example
Text Example
White with #427BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BA7; }
p { color: rgb(66,123,167); }
H1.HeaderClassName
{
color: #427BA7;
}
.AnyTagClassName
{
color: #427BA7;
}
</style>
background-color css
<style>
a { background-color: #427BA7; }
a { background-color: rgb(66,123,167); }
div.DivClassName
{
background-color: #427BA7;
}
.BgClassName
{
background-color: #427BA7;
}
</style>
border-color css
<style>
span { border-color: #427BA7; }
span { border-color: rgb(66,123,167); }
td.TdClassName
{
border-color: #427BA7;
}
.TagClassName
{
border-color: #427BA7;
}
</style>