Html Css Color HEX #46574E Plantation

📋 copy color: '#46574E'

red 70 ◦ green 87 ◦ blue 78

#46574E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #46574E

Tints of Plantation #46574E

RGB

 RED value IS 70 (27.73% from 255) = 29.79%

 GREEN value IS 87 (34.38% from 255) = 37.02%

 BLUE value IS 78 (30.86% from 255) = 33.19%

R = 29.79%
G = 37.02%
B = 33.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#46574E (or 0x46574E) is known color: Plantation. HEX triplet: 46, 57 and 4E. RGB value is (70,87,78). Sum of RGB (Red+Green+Blue) = 70+87+78=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 87 - color contains mainly: green. Hex color #46574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46574E is #B9A8B1. Grayscale: #505050. Windows color (decimal): -12167346 or 5134150. OLE color: 5134150.

HSL color Cylindrical-coordinate representation of color #46574E: hue angle of 148.24º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #46574E is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 87 78 -
CMYK 0.20 0 0.10 0.66
HSL 148.24º 0.11% 0.31% -
HSV(B) 148.24º 0.2% 0.34% -
XYZ 7.31 8.67 8.5 -
YUV 80.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 70 87 78 0.20 0 0.10 0.66 148.24 0.11 0.31
Hex 46 57 4E 14 0 A 42 94 B 1F
Octal 106 127 116 24 0 12 102 224 13 37
Binary 1000110 1010111 1001110 10100 0 1010 1000010 10010100 1011 11111

Color Harmonies of #46574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46574E

Black with #46574E

Text Example


Text Example

White with #46574E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46574E;
 }
 .AnyTagClassName
 {
   color: #46574E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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