#46744A

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

Shades of Killarney #46744A

Tints of Killarney #46744A

Color information

#46744A (or 0x46744A) is unknown color: approx Killarney. HEX triplet: 46, 74 and 4A. RGB value is (70,116,74). Sum of RGB (Red+Green+Blue) = 70+116+74=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #46744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46744A is #B98BB5. Grayscale: #616161. Windows color (decimal): -12159926 or 4879430. OLE color: 4879430.

HSL color Cylindrical-coordinate representation of color #46744A: hue angle of 125.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46744A is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB7011674-
CMYK0.4000.360.55
HSL125.22º24.73%36.47%-
HSV(B)125.22º39.66%45.49%-
XYZ10.0114.298.71-
YUV97.46114.76108.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 116 (45.70% from 255) = 44.62%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=26.92%
G=44.62%
B=28.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116740.4000.360.55125.2224.7336.47
Hex46744A28024377d1924
Octal10616411250044671753144
Binary1000110111010010010101010000100100110111111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46744A; }

 p { color: rgb(70,116,74); }

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

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

 a { background-color: rgb(70,116,74); }

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

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

 span { border-color: rgb(70,116,74); }

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