Html Css Color HEX #46503D Cabbage Pont

📋 copy color: '#46503D'

red 70 ◦ green 80 ◦ blue 61

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

Shades of Cabbage Pont #46503D

Tints of Cabbage Pont #46503D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

 BLUE value IS 61 (24.22% from 255) = 28.91%

R = 33.18%
G = 37.91%
B = 28.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#46503D (or 0x46503D) is known color: Cabbage Pont. HEX triplet: 46, 50 and 3D. RGB value is (70,80,61). Sum of RGB (Red+Green+Blue) = 70+80+61=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #46503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46503D is #B9AFC2. Grayscale: #4A4A4A. Windows color (decimal): -12169155 or 4018246. OLE color: 4018246.

HSL color Cylindrical-coordinate representation of color #46503D: hue angle of 91.58º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46503D is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 61 -
CMYK 0.12 0 0.24 0.69
HSL 91.58º 0.13% 0.28% -
HSV(B) 91.58º 0.24% 0.31% -
XYZ 6.24 7.38 5.51 -
YUV 74.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 70 80 61 0.12 0 0.24 0.69 91.58 0.13 0.28
Hex 46 50 3D C 0 18 45 5C D 1C
Octal 106 120 75 14 0 30 105 134 15 34
Binary 1000110 1010000 111101 1100 0 11000 1000101 1011100 1101 11100

Color Harmonies of #46503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46503D

Black with #46503D

Text Example


Text Example

White with #46503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46503D; }

 p { color: rgb(70,80,61); }

 H1.HeaderClassName
 {
   color: #46503D;
 }
 .AnyTagClassName
 {
   color: #46503D;
 }
</style>

background-color css

<style>
 a { background-color: #46503D; }

 a { background-color: rgb(70,80,61); }

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

border-color css

<style>
 span { border-color: #46503D; }

 span { border-color: rgb(70,80,61); }

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