#46564E

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

Shades of Plantation #46564E

Tints of Plantation #46564E

Color information

#46564E (or 0x46564E) is unknown color: approx Plantation. HEX triplet: 46, 56 and 4E. RGB value is (70,86,78). Sum of RGB (Red+Green+Blue) = 70+86+78=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 86 - color contains mainly: green. Hex color #46564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46564E is #B9A9B1. Grayscale: #505050. Windows color (decimal): -12167602 or 5133894. OLE color: 5133894.

HSL color Cylindrical-coordinate representation of color #46564E: hue angle of 150º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #46564E is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB708678-
CMYK0.1900.090.66
HSL150º10.26%30.59%-
HSV(B)150º18.6%33.73%-
XYZ7.238.518.47-
YUV80.3126.7120.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=29.91%
G=36.75%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086780.1900.090.6615010.2630.59
Hex46564E13094296a1f
Octal106126116230111022261237
Binary1000110101011010011101001101001100001010010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46564E; }

 p { color: rgb(70,86,78); }

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

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

 a { background-color: rgb(70,86,78); }

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

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

 span { border-color: rgb(70,86,78); }

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