Shades of Killarney #457A4D
Tints of Killarney #457A4D
RGB
CMYK
RGB Variations
Color information
#457A4D (or 0x457A4D) is known color: Killarney. HEX triplet: 45, 7A and 4D. RGB value is (69,122,77). Sum of RGB (Red+Green+Blue) = 69+122+77=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #457A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A4D is #BA85B2. Grayscale: #656565. Windows color (decimal): -12223923 or 5077573. OLE color: 5077573.
HSL color Cylindrical-coordinate representation of color #457A4D: hue angle of 129.06º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457A4D is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 122 | 77 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.52 |
| HSL | 129.06º | 0.28% | 0.37% | - |
| HSV(B) | 129.06º | 0.43% | 0.48% | - |
| XYZ | 10.75 | 15.72 | 9.49 | - |
| YUV | 101.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 77 | 0.43 | 0 | 0.37 | 0.52 | 129.06 | 0.28 | 0.37 |
| Hex | 45 | 7A | 4D | 2B | 0 | 25 | 34 | 81 | 1C | 25 |
| Octal | 105 | 172 | 115 | 53 | 0 | 45 | 64 | 201 | 34 | 45 |
| Binary | 1000101 | 1111010 | 1001101 | 101011 | 0 | 100101 | 110100 | 10000001 | 11100 | 100101 |
Color Harmonies of #457A4D
Complementary color
Monochromatic Colors of #457A4D
Black with #457A4D
Text Example
Text Example
White with #457A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457A4D; }
p { color: rgb(69,122,77); }
H1.HeaderClassName
{
color: #457A4D;
}
.AnyTagClassName
{
color: #457A4D;
}
</style>
background-color css
<style>
a { background-color: #457A4D; }
a { background-color: rgb(69,122,77); }
div.DivClassName
{
background-color: #457A4D;
}
.BgClassName
{
background-color: #457A4D;
}
</style>
border-color css
<style>
span { border-color: #457A4D; }
span { border-color: rgb(69,122,77); }
td.TdClassName
{
border-color: #457A4D;
}
.TagClassName
{
border-color: #457A4D;
}
</style>