#46504A

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

Shades of Plantation #46504A

Tints of Plantation #46504A

Color information

#46504A (or 0x46504A) is unknown color: approx Plantation. HEX triplet: 46, 50 and 4A. RGB value is (70,80,74). Sum of RGB (Red+Green+Blue) = 70+80+74=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #46504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46504A is #B9AFB5. Grayscale: #4C4C4C. Windows color (decimal): -12169142 or 4870214. OLE color: 4870214.

HSL color Cylindrical-coordinate representation of color #46504A: hue angle of 144º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #46504A is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB708074-
CMYK0.1200.080.69
HSL144º6.67%29.41%-
HSV(B)144º12.5%31.37%-
XYZ6.637.537.58-
YUV76.33126.69123.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=31.25%
G=35.71%
B=33.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080740.1200.080.691446.6729.41
Hex46504AC08459071d
Octal10612011214010105220735
Binary10001101010000100101011000100010001011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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