#464F3F

Color #464F3F Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #464F3F

Tints of Cabbage Pont #464F3F

Color information

#464F3F (or 0x464F3F) is unknown color: approx Cabbage Pont. HEX triplet: 46, 4F and 3F. RGB value is (70,79,63). Sum of RGB (Red+Green+Blue) = 70+79+63=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #464F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F3F is #B9B0C0. Grayscale: #4A4A4A. Windows color (decimal): -12169409 or 4149062. OLE color: 4149062.

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

Color convert

RGB707963-
CMYK0.1100.200.69
HSL93.75º11.27%27.84%-
HSV(B)93.75º20.25%30.98%-
XYZ6.227.255.77-
YUV74.48121.52124.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 63 (25% from 255) = 29.72%
R=33.02%
G=37.26%
B=29.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079630.1100.200.6993.7511.2727.84
Hex464F3FB014455eb1c
Octal10611777130241051361334
Binary10001101001111111111101101010010001011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #464F3F;
 }
 .AnyTagClassName
 {
   color: #464F3F;
 }
</style>
background-color css

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

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

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

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

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

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