#4A6B4C

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

Shades of Killarney #4A6B4C

Tints of Killarney #4A6B4C

Color information

#4A6B4C (or 0x4A6B4C) is unknown color: approx Killarney. HEX triplet: 4A, 6B and 4C. RGB value is (74,107,76). Sum of RGB (Red+Green+Blue) = 74+107+76=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B4C is #B594B3. Grayscale: #5D5D5D. Windows color (decimal): -11900084 or 5008202. OLE color: 5008202.

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

Color convert

RGB7410776-
CMYK0.3100.290.58
HSL123.64º18.23%35.49%-
HSV(B)123.64º30.84%41.96%-
XYZ9.3912.498.75-
YUV93.6118.07114.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 107 (42.19% from 255) = 41.63%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=28.79%
G=41.63%
B=29.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74107760.3100.290.58123.6418.2335.49
Hex4A6B4C1F01D3A7c1223
Octal11215311437035721742243
Binary10010101101011100110011111011101111010111110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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