Html Css Color HEX #46564D Plantation

📋 copy color: '#46564D'

red 70 ◦ green 86 ◦ blue 77

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

Shades of Plantation #46564D

Tints of Plantation #46564D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.91%

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 30.04%
G = 36.91%
B = 33.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#46564D (or 0x46564D) is known color: Plantation. HEX triplet: 46, 56 and 4D. RGB value is (70,86,77). Sum of RGB (Red+Green+Blue) = 70+86+77=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #46564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46564D is #B9A9B2. Grayscale: #505050. Windows color (decimal): -12167603 or 5068358. OLE color: 5068358.

HSL color Cylindrical-coordinate representation of color #46564D: hue angle of 146.25º 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 #46564D is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 77 -
CMYK 0.19 0 0.10 0.66
HSL 146.25º 0.1% 0.31% -
HSV(B) 146.25º 0.19% 0.34% -
XYZ 7.19 8.49 8.28 -
YUV 80.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 70 86 77 0.19 0 0.10 0.66 146.25 0.1 0.31
Hex 46 56 4D 13 0 A 42 92 A 1F
Octal 106 126 115 23 0 12 102 222 12 37
Binary 1000110 1010110 1001101 10011 0 1010 1000010 10010010 1010 11111

Color Harmonies of #46564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46564D

Black with #46564D

Text Example


Text Example

White with #46564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46564D;
 }
 .AnyTagClassName
 {
   color: #46564D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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