#476A4C

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

Shades of Killarney #476A4C

Tints of Killarney #476A4C

Color information

#476A4C (or 0x476A4C) is unknown color: approx Killarney. HEX triplet: 47, 6A and 4C. RGB value is (71,106,76). Sum of RGB (Red+Green+Blue) = 71+106+76=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #476A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476A4C is #B895B3. Grayscale: #5C5C5C. Windows color (decimal): -12096948 or 5007943. OLE color: 5007943.

HSL color Cylindrical-coordinate representation of color #476A4C: hue angle of 128.57º 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 #476A4C is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB7110676-
CMYK0.3300.280.58
HSL128.57º19.77%34.71%-
HSV(B)128.57º33.02%41.57%-
XYZ9.0612.178.71-
YUV92.12118.9112.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 106 (41.80% from 255) = 41.90%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=28.06%
G=41.90%
B=30.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71106760.3300.280.58128.5719.7734.71
Hex476A4C2101C3A811423
Octal10715211441034722012443
Binary1000111110101010011001000010111001110101000000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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