Html Css Color HEX #46593A Cabbage Pont

📋 copy color: '#46593A'

red 70 ◦ green 89 ◦ blue 58

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

Shades of Cabbage Pont #46593A

Tints of Cabbage Pont #46593A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.73%

R = 32.26%
G = 41.01%
B = 26.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#46593A (or 0x46593A) is known color: Cabbage Pont. HEX triplet: 46, 59 and 3A. RGB value is (70,89,58). Sum of RGB (Red+Green+Blue) = 70+89+58=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #46593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46593A is #B9A6C5. Grayscale: #4F4F4F. Windows color (decimal): -12166854 or 3823942. OLE color: 3823942.

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

Color convert

RGB 70 89 58 -
CMYK 0.21 0 0.35 0.65
HSL 96.77º 0.21% 0.29% -
HSV(B) 96.77º 0.35% 0.35% -
XYZ 6.86 8.75 5.33 -
YUV 79.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 70 89 58 0.21 0 0.35 0.65 96.77 0.21 0.29
Hex 46 59 3A 15 0 23 41 61 15 1D
Octal 106 131 72 25 0 43 101 141 25 35
Binary 1000110 1011001 111010 10101 0 100011 1000001 1100001 10101 11101

Color Harmonies of #46593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46593A

Black with #46593A

Text Example


Text Example

White with #46593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46593A; }

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

 H1.HeaderClassName
 {
   color: #46593A;
 }
 .AnyTagClassName
 {
   color: #46593A;
 }
</style>

background-color css

<style>
 a { background-color: #46593A; }

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

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

border-color css

<style>
 span { border-color: #46593A; }

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

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