Shades of Killarney #446A4C
Tints of Killarney #446A4C
RGB
CMYK
RGB Variations
Color information
#446A4C (or 0x446A4C) is known color: Killarney. HEX triplet: 44, 6A and 4C. RGB value is (68,106,76). Sum of RGB (Red+Green+Blue) = 68+106+76=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #446A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A4C is #BB95B3. Grayscale: #5B5B5B. Windows color (decimal): -12293556 or 5007940. OLE color: 5007940.
HSL color Cylindrical-coordinate representation of color #446A4C: hue angle of 132.63º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446A4C is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 106 | 76 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.58 |
| HSL | 132.63º | 0.22% | 0.34% | - |
| HSV(B) | 132.63º | 0.36% | 0.42% | - |
| XYZ | 8.84 | 12.06 | 8.7 | - |
| YUV | 91.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 76 | 0.36 | 0 | 0.28 | 0.58 | 132.63 | 0.22 | 0.34 |
| Hex | 44 | 6A | 4C | 24 | 0 | 1C | 3A | 85 | 16 | 22 |
| Octal | 104 | 152 | 114 | 44 | 0 | 34 | 72 | 205 | 26 | 42 |
| Binary | 1000100 | 1101010 | 1001100 | 100100 | 0 | 11100 | 111010 | 10000101 | 10110 | 100010 |
Color Harmonies of #446A4C
Complementary color
Monochromatic Colors of #446A4C
Black with #446A4C
Text Example
Text Example
White with #446A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A4C; }
p { color: rgb(68,106,76); }
H1.HeaderClassName
{
color: #446A4C;
}
.AnyTagClassName
{
color: #446A4C;
}
</style>
background-color css
<style>
a { background-color: #446A4C; }
a { background-color: rgb(68,106,76); }
div.DivClassName
{
background-color: #446A4C;
}
.BgClassName
{
background-color: #446A4C;
}
</style>
border-color css
<style>
span { border-color: #446A4C; }
span { border-color: rgb(68,106,76); }
td.TdClassName
{
border-color: #446A4C;
}
.TagClassName
{
border-color: #446A4C;
}
</style>