#4A794D

Color #4A794D Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #4A794D

Tints of Killarney #4A794D

Color information

#4A794D (or 0x4A794D) is unknown color: approx Killarney. HEX triplet: 4A, 79 and 4D. RGB value is (74,121,77). Sum of RGB (Red+Green+Blue) = 74+121+77=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #4A794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A794D is #B586B2. Grayscale: #666666. Windows color (decimal): -11896499 or 5077322. OLE color: 5077322.

HSL color Cylindrical-coordinate representation of color #4A794D: hue angle of 123.83º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A794D is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB7412177-
CMYK0.3900.360.53
HSL123.83º24.1%38.24%-
HSV(B)123.83º38.84%47.45%-
XYZ1115.679.47-
YUV101.93113.93108.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 27.21%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=27.21%
G=44.49%
B=28.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74121770.3900.360.53123.8324.138.24
Hex4A794D27024357c1826
Octal11217111547044651743046
Binary1001010111100110011011001110100100110101111110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A794D; }

 p { color: rgb(74,121,77); }

 H1.HeaderClassName
 {
   color: #4A794D;
 }
 .AnyTagClassName
 {
   color: #4A794D;
 }
</style>
background-color css

<style>
 a { background-color: #4A794D; }

 a { background-color: rgb(74,121,77); }

 div.DivClassName
 {
   background-color: #4A794D;
 }
 .BgClassName
 {
   background-color: #4A794D;
 }
</style>
border-color css

<style>
 span { border-color: #4A794D; }

 span { border-color: rgb(74,121,77); }

 td.TdClassName
 {
   border-color: #4A794D;
 }
 .TagClassName
 {
   border-color: #4A794D;
 }
</style>