#464F4A

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

Shades of Plantation #464F4A

Tints of Plantation #464F4A

Color information

#464F4A (or 0x464F4A) is unknown color: approx Plantation. HEX triplet: 46, 4F and 4A. RGB value is (70,79,74). Sum of RGB (Red+Green+Blue) = 70+79+74=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 79 - color contains mainly: green. Hex color #464F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F4A is #B9B0B5. Grayscale: #4B4B4B. Windows color (decimal): -12169398 or 4869958. OLE color: 4869958.

HSL color Cylindrical-coordinate representation of color #464F4A: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #464F4A is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB707974-
CMYK0.1100.060.69
HSL146.67º6.04%29.22%-
HSV(B)146.67º11.39%30.98%-
XYZ6.567.397.56-
YUV75.74127.02123.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=31.39%
G=35.43%
B=33.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079740.1100.060.69146.676.0429.22
Hex464F4AB06459361d
Octal1061171121306105223635
Binary1000110100111110010101011011010001011001001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464F4A; }

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

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

<style>
 a { background-color: #464F4A; }

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

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

<style>
 span { border-color: #464F4A; }

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

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