#464A48

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

Shades of Plantation #464A48

Tints of Plantation #464A48

Color information

#464A48 (or 0x464A48) is unknown color: approx Plantation. HEX triplet: 46, 4A and 48. RGB value is (70,74,72). Sum of RGB (Red+Green+Blue) = 70+74+72=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 74 - color contains mainly: green. Hex color #464A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A48 is #B9B5B7. Grayscale: #484848. Windows color (decimal): -12170680 or 4737606. OLE color: 4737606.

HSL color Cylindrical-coordinate representation of color #464A48: hue angle of 150º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #464A48 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB707472-
CMYK0.0500.030.71
HSL150º2.78%28.24%-
HSV(B)150º5.41%29.02%-
XYZ6.146.677.09-
YUV72.58127.67126.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=32.41%
G=34.26%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074720.0500.030.711502.7828.24
Hex464A48503479631c
Octal106112110503107226334
Binary1000110100101010010001010111000111100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,74,72); }

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

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

 a { background-color: rgb(70,74,72); }

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

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

 span { border-color: rgb(70,74,72); }

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