Html Css Color HEX #464F41 Cabbage Pont

📋 copy color: '#464F41'

red 70 ◦ green 79 ◦ blue 65

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

Shades of Cabbage Pont #464F41

Tints of Cabbage Pont #464F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.92%

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

R = 32.71%
G = 36.92%
B = 30.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#464F41 (or 0x464F41) is known color: Cabbage Pont. HEX triplet: 46, 4F and 41. RGB value is (70,79,65). Sum of RGB (Red+Green+Blue) = 70+79+65=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #464F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F41 is #B9B0BE. Grayscale: #4A4A4A. Windows color (decimal): -12169407 or 4280134. OLE color: 4280134.

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

Color convert

RGB 70 79 65 -
CMYK 0.11 0 0.18 0.69
HSL 98.57º 0.1% 0.28% -
HSV(B) 98.57º 0.18% 0.31% -
XYZ 6.28 7.28 6.07 -
YUV 74.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 70 79 65 0.11 0 0.18 0.69 98.57 0.1 0.28
Hex 46 4F 41 B 0 12 45 63 A 1C
Octal 106 117 101 13 0 22 105 143 12 34
Binary 1000110 1001111 1000001 1011 0 10010 1000101 1100011 1010 11100

Color Harmonies of #464F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F41

Black with #464F41

Text Example


Text Example

White with #464F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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