Html Css Color HEX #465041 Cabbage Pont

📋 copy color: '#465041'

red 70 ◦ green 80 ◦ blue 65

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

Shades of Cabbage Pont #465041

Tints of Cabbage Pont #465041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 32.56%
G = 37.21%
B = 30.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#465041 (or 0x465041) is known color: Cabbage Pont. HEX triplet: 46, 50 and 41. RGB value is (70,80,65). Sum of RGB (Red+Green+Blue) = 70+80+65=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #465041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465041 is #B9AFBE. Grayscale: #4B4B4B. Windows color (decimal): -12169151 or 4280390. OLE color: 4280390.

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

Color convert

RGB 70 80 65 -
CMYK 0.12 0 0.19 0.69
HSL 100º 0.1% 0.28% -
HSV(B) 100º 0.19% 0.31% -
XYZ 6.35 7.42 6.1 -
YUV 75.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 70 80 65 0.12 0 0.19 0.69 100 0.1 0.28
Hex 46 50 41 C 0 13 45 64 A 1C
Octal 106 120 101 14 0 23 105 144 12 34
Binary 1000110 1010000 1000001 1100 0 10011 1000101 1100100 1010 11100

Color Harmonies of #465041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465041

Black with #465041

Text Example


Text Example

White with #465041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465041; }

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

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

background-color css

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

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

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

border-color css

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

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

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