Shades of Killarney #457F4B
Tints of Killarney #457F4B
RGB
CMYK
RGB Variations
Color information
#457F4B (or 0x457F4B) is known color: Killarney. HEX triplet: 45, 7F and 4B. RGB value is (69,127,75). Sum of RGB (Red+Green+Blue) = 69+127+75=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #457F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457F4B is #BA80B4. Grayscale: #676767. Windows color (decimal): -12222645 or 4947781. OLE color: 4947781.
HSL color Cylindrical-coordinate representation of color #457F4B: hue angle of 126.21º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F4B is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 75 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.50 |
| HSL | 126.21º | 0.3% | 0.38% | - |
| HSV(B) | 126.21º | 0.46% | 0.5% | - |
| XYZ | 11.31 | 16.95 | 9.33 | - |
| YUV | 103.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 75 | 0.46 | 0 | 0.41 | 0.50 | 126.21 | 0.3 | 0.38 |
| Hex | 45 | 7F | 4B | 2E | 0 | 29 | 32 | 7E | 1E | 26 |
| Octal | 105 | 177 | 113 | 56 | 0 | 51 | 62 | 176 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1001011 | 101110 | 0 | 101001 | 110010 | 1111110 | 11110 | 100110 |
Color Harmonies of #457F4B
Complementary color
Monochromatic Colors of #457F4B
Black with #457F4B
Text Example
Text Example
White with #457F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F4B; }
p { color: rgb(69,127,75); }
H1.HeaderClassName
{
color: #457F4B;
}
.AnyTagClassName
{
color: #457F4B;
}
</style>
background-color css
<style>
a { background-color: #457F4B; }
a { background-color: rgb(69,127,75); }
div.DivClassName
{
background-color: #457F4B;
}
.BgClassName
{
background-color: #457F4B;
}
</style>
border-color css
<style>
span { border-color: #457F4B; }
span { border-color: rgb(69,127,75); }
td.TdClassName
{
border-color: #457F4B;
}
.TagClassName
{
border-color: #457F4B;
}
</style>