Html Css Color HEX #464A48 Plantation

📋 copy color: '#464A48'

red 70 ◦ green 74 ◦ blue 72

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

Shades of Plantation #464A48

Tints of Plantation #464A48

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#464A48 (or 0x464A48) is known color: 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

RGB 70 74 72 -
CMYK 0.05 0 0.03 0.71
HSL 150º 0.03% 0.28% -
HSV(B) 150º 0.05% 0.29% -
XYZ 6.14 6.67 7.09 -
YUV 72.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 70 74 72 0.05 0 0.03 0.71 150 0.03 0.28
Hex 46 4A 48 5 0 3 47 96 3 1C
Octal 106 112 110 5 0 3 107 226 3 34
Binary 1000110 1001010 1001000 101 0 11 1000111 10010110 11 11100

Color Harmonies of #464A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A48

Black with #464A48

Text Example


Text Example

White with #464A48

Text Example


Text Example

HTML Codes & Css Web 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>