Shades of Como #427A5E
Tints of Como #427A5E
RGB
CMYK
RGB Variations
Color information
#427A5E (or 0x427A5E) is known color: Como. HEX triplet: 42, 7A and 5E. RGB value is (66,122,94). Sum of RGB (Red+Green+Blue) = 66+122+94=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #427A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A5E is #BD85A1. Grayscale: #666666. Windows color (decimal): -12420514 or 6191682. OLE color: 6191682.
HSL color Cylindrical-coordinate representation of color #427A5E: hue angle of 150º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A5E is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 94 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.52 |
| HSL | 150º | 0.3% | 0.37% | - |
| HSV(B) | 150º | 0.46% | 0.48% | - |
| XYZ | 11.23 | 15.89 | 13.06 | - |
| YUV | 102.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 94 | 0.46 | 0 | 0.23 | 0.52 | 150 | 0.3 | 0.37 |
| Hex | 42 | 7A | 5E | 2E | 0 | 17 | 34 | 96 | 1E | 25 |
| Octal | 102 | 172 | 136 | 56 | 0 | 27 | 64 | 226 | 36 | 45 |
| Binary | 1000010 | 1111010 | 1011110 | 101110 | 0 | 10111 | 110100 | 10010110 | 11110 | 100101 |
Color Harmonies of #427A5E
Complementary color
Monochromatic Colors of #427A5E
Black with #427A5E
Text Example
Text Example
White with #427A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A5E; }
p { color: rgb(66,122,94); }
H1.HeaderClassName
{
color: #427A5E;
}
.AnyTagClassName
{
color: #427A5E;
}
</style>
background-color css
<style>
a { background-color: #427A5E; }
a { background-color: rgb(66,122,94); }
div.DivClassName
{
background-color: #427A5E;
}
.BgClassName
{
background-color: #427A5E;
}
</style>
border-color css
<style>
span { border-color: #427A5E; }
span { border-color: rgb(66,122,94); }
td.TdClassName
{
border-color: #427A5E;
}
.TagClassName
{
border-color: #427A5E;
}
</style>