#46694C

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

Shades of Killarney #46694C

Tints of Killarney #46694C

Color information

#46694C (or 0x46694C) is unknown color: approx Killarney. HEX triplet: 46, 69 and 4C. RGB value is (70,105,76). Sum of RGB (Red+Green+Blue) = 70+105+76=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #46694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46694C is #B996B3. Grayscale: #5B5B5B. Windows color (decimal): -12162740 or 5007686. OLE color: 5007686.

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

Color convert

RGB7010576-
CMYK0.3300.280.59
HSL130.29º20%34.31%-
HSV(B)130.29º33.33%41.18%-
XYZ8.8811.938.67-
YUV91.23119.4112.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 76 (30.08% from 255) = 30.28%
R=27.89%
G=41.83%
B=30.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105760.3300.280.59130.292034.31
Hex46694C2101C3B821422
Octal10615111441034732022442
Binary1000110110100110011001000010111001110111000001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46694C; }

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

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

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

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

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

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

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

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