Html Css Color HEX #46503C Cabbage Pont

📋 copy color: '#46503C'

red 70 ◦ green 80 ◦ blue 60

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

Shades of Cabbage Pont #46503C

Tints of Cabbage Pont #46503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.57%

R = 33.33%
G = 38.1%
B = 28.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#46503C (or 0x46503C) is known color: Cabbage Pont. HEX triplet: 46, 50 and 3C. RGB value is (70,80,60). Sum of RGB (Red+Green+Blue) = 70+80+60=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #46503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46503C is #B9AFC3. Grayscale: #4A4A4A. Windows color (decimal): -12169156 or 3952710. OLE color: 3952710.

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

Color convert

RGB 70 80 60 -
CMYK 0.12 0 0.25 0.69
HSL 90º 0.14% 0.27% -
HSV(B) 90º 0.25% 0.31% -
XYZ 6.21 7.37 5.37 -
YUV 74.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 70 80 60 0.12 0 0.25 0.69 90 0.14 0.27
Hex 46 50 3C C 0 19 45 5A E 1B
Octal 106 120 74 14 0 31 105 132 16 33
Binary 1000110 1010000 111100 1100 0 11001 1000101 1011010 1110 11011

Color Harmonies of #46503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46503C

Black with #46503C

Text Example


Text Example

White with #46503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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