Shades of Como #478263
Tints of Como #478263
RGB
CMYK
RGB Variations
Color information
#478263 (or 0x478263) is known color: Como. HEX triplet: 47, 82 and 63. RGB value is (71,130,99). Sum of RGB (Red+Green+Blue) = 71+130+99=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #478263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478263 is #B87D9C. Grayscale: #6C6C6C. Windows color (decimal): -12090781 or 6521415. OLE color: 6521415.
HSL color Cylindrical-coordinate representation of color #478263: hue angle of 148.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478263 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 130 | 99 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.49 |
| HSL | 148.47º | 0.29% | 0.39% | - |
| HSV(B) | 148.47º | 0.45% | 0.51% | - |
| XYZ | 12.83 | 18.21 | 14.64 | - |
| YUV | 108.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 130 | 99 | 0.45 | 0 | 0.24 | 0.49 | 148.47 | 0.29 | 0.39 |
| Hex | 47 | 82 | 63 | 2D | 0 | 18 | 31 | 94 | 1D | 27 |
| Octal | 107 | 202 | 143 | 55 | 0 | 30 | 61 | 224 | 35 | 47 |
| Binary | 1000111 | 10000010 | 1100011 | 101101 | 0 | 11000 | 110001 | 10010100 | 11101 | 100111 |
Color Harmonies of #478263
Complementary color
Monochromatic Colors of #478263
Black with #478263
Text Example
Text Example
White with #478263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478263; }
p { color: rgb(71,130,99); }
H1.HeaderClassName
{
color: #478263;
}
.AnyTagClassName
{
color: #478263;
}
</style>
background-color css
<style>
a { background-color: #478263; }
a { background-color: rgb(71,130,99); }
div.DivClassName
{
background-color: #478263;
}
.BgClassName
{
background-color: #478263;
}
</style>
border-color css
<style>
span { border-color: #478263; }
span { border-color: rgb(71,130,99); }
td.TdClassName
{
border-color: #478263;
}
.TagClassName
{
border-color: #478263;
}
</style>