#466949

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

Shades of Killarney #466949

Tints of Killarney #466949

Color information

#466949 (or 0x466949) is unknown color: approx Killarney. HEX triplet: 46, 69 and 49. RGB value is (70,105,73). Sum of RGB (Red+Green+Blue) = 70+105+73=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #466949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466949 is #B996B6. Grayscale: #5A5A5A. Windows color (decimal): -12162743 or 4811078. OLE color: 4811078.

HSL color Cylindrical-coordinate representation of color #466949: hue angle of 125.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466949 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB7010573-
CMYK0.3300.300.59
HSL125.14º20%34.31%-
HSV(B)125.14º33.33%41.18%-
XYZ8.7811.898.13-
YUV90.89117.9113.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=28.23%
G=42.34%
B=29.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105730.3300.300.59125.142034.31
Hex4669492101E3B7d1422
Octal10615111141036731752442
Binary100011011010011001001100001011110111011111110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466949; }

 p { color: rgb(70,105,73); }

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

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

 a { background-color: rgb(70,105,73); }

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

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

 span { border-color: rgb(70,105,73); }

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