Html Css Color HEX #46564E Plantation

📋 copy color: '#46564E'

red 70 ◦ green 86 ◦ blue 78

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

Shades of Plantation #46564E

Tints of Plantation #46564E

RGB

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

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

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

R = 29.91%
G = 36.75%
B = 33.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#46564E (or 0x46564E) is known color: Plantation. HEX triplet: 46, 56 and 4E. RGB value is (70,86,78). Sum of RGB (Red+Green+Blue) = 70+86+78=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 86 - color contains mainly: green. Hex color #46564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46564E is #B9A9B1. Grayscale: #505050. Windows color (decimal): -12167602 or 5133894. OLE color: 5133894.

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

Color convert

RGB 70 86 78 -
CMYK 0.19 0 0.09 0.66
HSL 150º 0.1% 0.31% -
HSV(B) 150º 0.19% 0.34% -
XYZ 7.23 8.51 8.47 -
YUV 80.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 70 86 78 0.19 0 0.09 0.66 150 0.1 0.31
Hex 46 56 4E 13 0 9 42 96 A 1F
Octal 106 126 116 23 0 11 102 226 12 37
Binary 1000110 1010110 1001110 10011 0 1001 1000010 10010110 1010 11111

Color Harmonies of #46564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46564E

Black with #46564E

Text Example


Text Example

White with #46564E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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