#476A49

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

Shades of Killarney #476A49

Tints of Killarney #476A49

Color information

#476A49 (or 0x476A49) is unknown color: approx Killarney. HEX triplet: 47, 6A and 49. RGB value is (71,106,73). Sum of RGB (Red+Green+Blue) = 71+106+73=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #476A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476A49 is #B895B6. Grayscale: #5B5B5B. Windows color (decimal): -12096951 or 4811335. OLE color: 4811335.

HSL color Cylindrical-coordinate representation of color #476A49: hue angle of 123.43º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A49 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB7110673-
CMYK0.3300.310.58
HSL123.43º19.77%34.71%-
HSV(B)123.43º33.02%41.57%-
XYZ8.9612.138.17-
YUV91.77117.4113.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 106 (41.80% from 255) = 42.4%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=28.4%
G=42.4%
B=29.2%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71106730.3300.310.58123.4319.7734.71
Hex476A492101F3A7b1423
Octal10715211141037721732443
Binary100011111010101001001100001011111111010111101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476A49; }

 p { color: rgb(71,106,73); }

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

<style>
 a { background-color: #476A49; }

 a { background-color: rgb(71,106,73); }

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

<style>
 span { border-color: #476A49; }

 span { border-color: rgb(71,106,73); }

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