Html Css Color HEX #46504A Plantation

📋 copy color: '#46504A'

red 70 ◦ green 80 ◦ blue 74

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

Shades of Plantation #46504A

Tints of Plantation #46504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 31.25%
G = 35.71%
B = 33.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#46504A (or 0x46504A) is known color: Plantation. HEX triplet: 46, 50 and 4A. RGB value is (70,80,74). Sum of RGB (Red+Green+Blue) = 70+80+74=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #46504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46504A is #B9AFB5. Grayscale: #4C4C4C. Windows color (decimal): -12169142 or 4870214. OLE color: 4870214.

HSL color Cylindrical-coordinate representation of color #46504A: hue angle of 144º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #46504A is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 74 -
CMYK 0.12 0 0.08 0.69
HSL 144º 0.07% 0.29% -
HSV(B) 144º 0.13% 0.31% -
XYZ 6.63 7.53 7.58 -
YUV 76.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 70 80 74 0.12 0 0.08 0.69 144 0.07 0.29
Hex 46 50 4A C 0 8 45 90 7 1D
Octal 106 120 112 14 0 10 105 220 7 35
Binary 1000110 1010000 1001010 1100 0 1000 1000101 10010000 111 11101

Color Harmonies of #46504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46504A

Black with #46504A

Text Example


Text Example

White with #46504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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