Html Css Color HEX #46574F Plantation

📋 copy color: '#46574F'

red 70 ◦ green 87 ◦ blue 79

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

Shades of Plantation #46574F

Tints of Plantation #46574F

RGB

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

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

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

R = 29.66%
G = 36.86%
B = 33.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#46574F (or 0x46574F) is known color: Plantation. HEX triplet: 46, 57 and 4F. RGB value is (70,87,79). Sum of RGB (Red+Green+Blue) = 70+87+79=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #46574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46574F is #B9A8B0. Grayscale: #515151. Windows color (decimal): -12167345 or 5199686. OLE color: 5199686.

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

Color convert

RGB 70 87 79 -
CMYK 0.20 0 0.09 0.66
HSL 151.76º 0.11% 0.31% -
HSV(B) 151.76º 0.2% 0.34% -
XYZ 7.35 8.68 8.69 -
YUV 81.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 70 87 79 0.20 0 0.09 0.66 151.76 0.11 0.31
Hex 46 57 4F 14 0 9 42 98 B 1F
Octal 106 127 117 24 0 11 102 230 13 37
Binary 1000110 1010111 1001111 10100 0 1001 1000010 10011000 1011 11111

Color Harmonies of #46574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46574F

Black with #46574F

Text Example


Text Example

White with #46574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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