#46554E

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

Shades of Plantation #46554E

Tints of Plantation #46554E

Color information

#46554E (or 0x46554E) is unknown color: approx Plantation. HEX triplet: 46, 55 and 4E. RGB value is (70,85,78). Sum of RGB (Red+Green+Blue) = 70+85+78=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #46554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46554E is #B9AAB1. Grayscale: #4F4F4F. Windows color (decimal): -12167858 or 5133638. OLE color: 5133638.

HSL color Cylindrical-coordinate representation of color #46554E: hue angle of 152º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #46554E is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB708578-
CMYK0.1800.080.67
HSL152º9.68%30.39%-
HSV(B)152º17.65%33.33%-
XYZ7.158.358.44-
YUV79.72127.03121.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=30.04%
G=36.48%
B=33.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085780.1800.080.671529.6830.39
Hex46554E12084398a1e
Octal106125116220101032301236
Binary1000110101010110011101001001000100001110011000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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