Html Css Color HEX #46594F Plantation

📋 copy color: '#46594F'

red 70 ◦ green 89 ◦ blue 79

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

Shades of Plantation #46594F

Tints of Plantation #46594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.39%

 BLUE value IS 79 (31.25% from 255) = 33.19%

R = 29.41%
G = 37.39%
B = 33.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#46594F (or 0x46594F) is known color: Plantation. HEX triplet: 46, 59 and 4F. RGB value is (70,89,79). Sum of RGB (Red+Green+Blue) = 70+89+79=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #46594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46594F is #B9A6B0. Grayscale: #525252. Windows color (decimal): -12166833 or 5200198. OLE color: 5200198.

HSL color Cylindrical-coordinate representation of color #46594F: hue angle of 148.42º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #46594F is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 79 -
CMYK 0.21 0 0.11 0.65
HSL 148.42º 0.12% 0.31% -
HSV(B) 148.42º 0.21% 0.35% -
XYZ 7.51 9.01 8.74 -
YUV 82.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 70 89 79 0.21 0 0.11 0.65 148.42 0.12 0.31
Hex 46 59 4F 15 0 B 41 94 C 1F
Octal 106 131 117 25 0 13 101 224 14 37
Binary 1000110 1011001 1001111 10101 0 1011 1000001 10010100 1100 11111

Color Harmonies of #46594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46594F

Black with #46594F

Text Example


Text Example

White with #46594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46594F; }

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

 H1.HeaderClassName
 {
   color: #46594F;
 }
 .AnyTagClassName
 {
   color: #46594F;
 }
</style>

background-color css

<style>
 a { background-color: #46594F; }

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

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

border-color css

<style>
 span { border-color: #46594F; }

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

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