Shades of Como #448A5B
Tints of Como #448A5B
RGB
CMYK
RGB Variations
Color information
#448A5B (or 0x448A5B) is known color: Como. HEX triplet: 44, 8A and 5B. RGB value is (68,138,91). Sum of RGB (Red+Green+Blue) = 68+138+91=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #448A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448A5B is #BB75A4. Grayscale: #6F6F6F. Windows color (decimal): -12285349 or 5999172. OLE color: 5999172.
HSL color Cylindrical-coordinate representation of color #448A5B: hue angle of 139.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448A5B is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 138 | 91 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.46 |
| HSL | 139.71º | 0.34% | 0.4% | - |
| HSV(B) | 139.71º | 0.51% | 0.54% | - |
| XYZ | 13.36 | 20.16 | 13.08 | - |
| YUV | 111.71 | 116.31 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 138 | 91 | 0.51 | 0 | 0.34 | 0.46 | 139.71 | 0.34 | 0.4 |
| Hex | 44 | 8A | 5B | 33 | 0 | 22 | 2E | 8C | 22 | 28 |
| Octal | 104 | 212 | 133 | 63 | 0 | 42 | 56 | 214 | 42 | 50 |
| Binary | 1000100 | 10001010 | 1011011 | 110011 | 0 | 100010 | 101110 | 10001100 | 100010 | 101000 |
Color Harmonies of #448A5B
Complementary color
Monochromatic Colors of #448A5B
Black with #448A5B
Text Example
Text Example
White with #448A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448A5B; }
p { color: rgb(68,138,91); }
H1.HeaderClassName
{
color: #448A5B;
}
.AnyTagClassName
{
color: #448A5B;
}
</style>
background-color css
<style>
a { background-color: #448A5B; }
a { background-color: rgb(68,138,91); }
div.DivClassName
{
background-color: #448A5B;
}
.BgClassName
{
background-color: #448A5B;
}
</style>
border-color css
<style>
span { border-color: #448A5B; }
span { border-color: rgb(68,138,91); }
td.TdClassName
{
border-color: #448A5B;
}
.TagClassName
{
border-color: #448A5B;
}
</style>