Shades of Como #427B5D
Tints of Como #427B5D
RGB
CMYK
RGB Variations
Color information
#427B5D (or 0x427B5D) is known color: Como. HEX triplet: 42, 7B and 5D. RGB value is (66,123,93). Sum of RGB (Red+Green+Blue) = 66+123+93=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #427B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B5D is #BD84A2. Grayscale: #666666. Windows color (decimal): -12420259 or 6126402. OLE color: 6126402.
HSL color Cylindrical-coordinate representation of color #427B5D: hue angle of 148.42º 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 #427B5D is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 93 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.52 |
| HSL | 148.42º | 0.3% | 0.37% | - |
| HSV(B) | 148.42º | 0.46% | 0.48% | - |
| XYZ | 11.31 | 16.11 | 12.87 | - |
| YUV | 102.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 93 | 0.46 | 0 | 0.24 | 0.52 | 148.42 | 0.3 | 0.37 |
| Hex | 42 | 7B | 5D | 2E | 0 | 18 | 34 | 94 | 1E | 25 |
| Octal | 102 | 173 | 135 | 56 | 0 | 30 | 64 | 224 | 36 | 45 |
| Binary | 1000010 | 1111011 | 1011101 | 101110 | 0 | 11000 | 110100 | 10010100 | 11110 | 100101 |
Color Harmonies of #427B5D
Complementary color
Monochromatic Colors of #427B5D
Black with #427B5D
Text Example
Text Example
White with #427B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B5D; }
p { color: rgb(66,123,93); }
H1.HeaderClassName
{
color: #427B5D;
}
.AnyTagClassName
{
color: #427B5D;
}
</style>
background-color css
<style>
a { background-color: #427B5D; }
a { background-color: rgb(66,123,93); }
div.DivClassName
{
background-color: #427B5D;
}
.BgClassName
{
background-color: #427B5D;
}
</style>
border-color css
<style>
span { border-color: #427B5D; }
span { border-color: rgb(66,123,93); }
td.TdClassName
{
border-color: #427B5D;
}
.TagClassName
{
border-color: #427B5D;
}
</style>