Html Css Color HEX #46583A Cabbage Pont

📋 copy color: '#46583A'

red 70 ◦ green 88 ◦ blue 58

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

Shades of Cabbage Pont #46583A

Tints of Cabbage Pont #46583A

RGB

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

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

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

R = 32.41%
G = 40.74%
B = 26.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#46583A (or 0x46583A) is known color: Cabbage Pont. HEX triplet: 46, 58 and 3A. RGB value is (70,88,58). Sum of RGB (Red+Green+Blue) = 70+88+58=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #46583A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46583A is #B9A7C5. Grayscale: #4F4F4F. Windows color (decimal): -12167110 or 3823686. OLE color: 3823686.

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

Color convert

RGB 70 88 58 -
CMYK 0.20 0 0.34 0.65
HSL 96º 0.21% 0.29% -
HSV(B) 96º 0.34% 0.35% -
XYZ 6.78 8.59 5.3 -
YUV 79.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 70 88 58 0.20 0 0.34 0.65 96 0.21 0.29
Hex 46 58 3A 14 0 22 41 60 15 1D
Octal 106 130 72 24 0 42 101 140 25 35
Binary 1000110 1011000 111010 10100 0 100010 1000001 1100000 10101 11101

Color Harmonies of #46583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46583A

Black with #46583A

Text Example


Text Example

White with #46583A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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