Html Css Color HEX #464E4A Plantation

📋 copy color: '#464E4A'

red 70 ◦ green 78 ◦ blue 74

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

Shades of Plantation #464E4A

Tints of Plantation #464E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.14%

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

R = 31.53%
G = 35.14%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#464E4A (or 0x464E4A) is known color: Plantation. HEX triplet: 46, 4E and 4A. RGB value is (70,78,74). Sum of RGB (Red+Green+Blue) = 70+78+74=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 78 - color contains mainly: green. Hex color #464E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E4A is #B9B1B5. Grayscale: #4B4B4B. Windows color (decimal): -12169654 or 4869702. OLE color: 4869702.

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

Color convert

RGB 70 78 74 -
CMYK 0.10 0 0.05 0.69
HSL 150º 0.05% 0.29% -
HSV(B) 150º 0.1% 0.31% -
XYZ 6.49 7.25 7.54 -
YUV 75.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 70 78 74 0.10 0 0.05 0.69 150 0.05 0.29
Hex 46 4E 4A A 0 5 45 96 5 1D
Octal 106 116 112 12 0 5 105 226 5 35
Binary 1000110 1001110 1001010 1010 0 101 1000101 10010110 101 11101

Color Harmonies of #464E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E4A

Black with #464E4A

Text Example


Text Example

White with #464E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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