Shades of Killarney #446B4B
Tints of Killarney #446B4B
RGB
CMYK
RGB Variations
Color information
#446B4B (or 0x446B4B) is known color: Killarney. HEX triplet: 44, 6B and 4B. RGB value is (68,107,75). Sum of RGB (Red+Green+Blue) = 68+107+75=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #446B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446B4B is #BB94B4. Grayscale: #5B5B5B. Windows color (decimal): -12293301 or 4942660. OLE color: 4942660.
HSL color Cylindrical-coordinate representation of color #446B4B: hue angle of 130.77º 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 #446B4B is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 107 | 75 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.58 |
| HSL | 130.77º | 0.22% | 0.34% | - |
| HSV(B) | 130.77º | 0.36% | 0.42% | - |
| XYZ | 8.91 | 12.25 | 8.55 | - |
| YUV | 91.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 75 | 0.36 | 0 | 0.30 | 0.58 | 130.77 | 0.22 | 0.34 |
| Hex | 44 | 6B | 4B | 24 | 0 | 1E | 3A | 83 | 16 | 22 |
| Octal | 104 | 153 | 113 | 44 | 0 | 36 | 72 | 203 | 26 | 42 |
| Binary | 1000100 | 1101011 | 1001011 | 100100 | 0 | 11110 | 111010 | 10000011 | 10110 | 100010 |
Color Harmonies of #446B4B
Complementary color
Monochromatic Colors of #446B4B
Black with #446B4B
Text Example
Text Example
White with #446B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446B4B; }
p { color: rgb(68,107,75); }
H1.HeaderClassName
{
color: #446B4B;
}
.AnyTagClassName
{
color: #446B4B;
}
</style>
background-color css
<style>
a { background-color: #446B4B; }
a { background-color: rgb(68,107,75); }
div.DivClassName
{
background-color: #446B4B;
}
.BgClassName
{
background-color: #446B4B;
}
</style>
border-color css
<style>
span { border-color: #446B4B; }
span { border-color: rgb(68,107,75); }
td.TdClassName
{
border-color: #446B4B;
}
.TagClassName
{
border-color: #446B4B;
}
</style>