Html Css Color HEX #46584F Plantation

📋 copy color: '#46584F'

red 70 ◦ green 88 ◦ blue 79

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

Shades of Plantation #46584F

Tints of Plantation #46584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

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

R = 29.54%
G = 37.13%
B = 33.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#46584F (or 0x46584F) is known color: Plantation. HEX triplet: 46, 58 and 4F. RGB value is (70,88,79). Sum of RGB (Red+Green+Blue) = 70+88+79=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #46584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46584F is #B9A7B0. Grayscale: #515151. Windows color (decimal): -12167089 or 5199942. OLE color: 5199942.

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

Color convert

RGB 70 88 79 -
CMYK 0.20 0 0.10 0.65
HSL 150º 0.11% 0.31% -
HSV(B) 150º 0.2% 0.35% -
XYZ 7.43 8.85 8.71 -
YUV 81.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 70 88 79 0.20 0 0.10 0.65 150 0.11 0.31
Hex 46 58 4F 14 0 A 41 96 B 1F
Octal 106 130 117 24 0 12 101 226 13 37
Binary 1000110 1011000 1001111 10100 0 1010 1000001 10010110 1011 11111

Color Harmonies of #46584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46584F

Black with #46584F

Text Example


Text Example

White with #46584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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