#476B4A

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

Shades of Killarney #476B4A

Tints of Killarney #476B4A

Color information

#476B4A (or 0x476B4A) is unknown color: approx Killarney. HEX triplet: 47, 6B and 4A. RGB value is (71,107,74). Sum of RGB (Red+Green+Blue) = 71+107+74=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #476B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476B4A is #B894B5. Grayscale: #5C5C5C. Windows color (decimal): -12096694 or 4877127. OLE color: 4877127.

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

Color convert

RGB7110774-
CMYK0.3400.310.58
HSL125º20.22%34.9%-
HSV(B)125º33.64%41.96%-
XYZ9.0912.358.38-
YUV92.47117.57112.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=28.17%
G=42.46%
B=29.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71107740.3400.310.5812520.2234.9
Hex476B4A2201F3A7d1423
Octal10715311242037721752443
Binary100011111010111001010100010011111111010111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,107,74); }

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

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

 a { background-color: rgb(71,107,74); }

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

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

 span { border-color: rgb(71,107,74); }

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