Shades of Como #448663
Tints of Como #448663
RGB
CMYK
RGB Variations
Color information
#448663 (or 0x448663) is known color: Como. HEX triplet: 44, 86 and 63. RGB value is (68,134,99). Sum of RGB (Red+Green+Blue) = 68+134+99=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #448663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448663 is #BB799C. Grayscale: #6E6E6E. Windows color (decimal): -12286365 or 6522436. OLE color: 6522436.
HSL color Cylindrical-coordinate representation of color #448663: hue angle of 148.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448663 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 99 | - |
| CMYK | 0.49 | 0 | 0.26 | 0.47 |
| HSL | 148.18º | 0.33% | 0.4% | - |
| HSV(B) | 148.18º | 0.49% | 0.53% | - |
| XYZ | 13.16 | 19.18 | 14.81 | - |
| YUV | 110.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 99 | 0.49 | 0 | 0.26 | 0.47 | 148.18 | 0.33 | 0.4 |
| Hex | 44 | 86 | 63 | 31 | 0 | 1A | 2F | 94 | 21 | 28 |
| Octal | 104 | 206 | 143 | 61 | 0 | 32 | 57 | 224 | 41 | 50 |
| Binary | 1000100 | 10000110 | 1100011 | 110001 | 0 | 11010 | 101111 | 10010100 | 100001 | 101000 |
Color Harmonies of #448663
Complementary color
Monochromatic Colors of #448663
Black with #448663
Text Example
Text Example
White with #448663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448663; }
p { color: rgb(68,134,99); }
H1.HeaderClassName
{
color: #448663;
}
.AnyTagClassName
{
color: #448663;
}
</style>
background-color css
<style>
a { background-color: #448663; }
a { background-color: rgb(68,134,99); }
div.DivClassName
{
background-color: #448663;
}
.BgClassName
{
background-color: #448663;
}
</style>
border-color css
<style>
span { border-color: #448663; }
span { border-color: rgb(68,134,99); }
td.TdClassName
{
border-color: #448663;
}
.TagClassName
{
border-color: #448663;
}
</style>