Html Css Color HEX #465A50 Plantation

📋 copy color: '#465A50'

red 70 ◦ green 90 ◦ blue 80

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

Shades of Plantation #465A50

Tints of Plantation #465A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.5%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 29.17%
G = 37.5%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#465A50 (or 0x465A50) is known color: Plantation. HEX triplet: 46, 5A and 50. RGB value is (70,90,80). Sum of RGB (Red+Green+Blue) = 70+90+80=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #465A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A50 is #B9A5AF. Grayscale: #525252. Windows color (decimal): -12166576 or 5265990. OLE color: 5265990.

HSL color Cylindrical-coordinate representation of color #465A50: hue angle of 150º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A50 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 80 -
CMYK 0.22 0 0.11 0.65
HSL 150º 0.13% 0.31% -
HSV(B) 150º 0.22% 0.35% -
XYZ 7.63 9.19 8.96 -
YUV 82.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 70 90 80 0.22 0 0.11 0.65 150 0.13 0.31
Hex 46 5A 50 16 0 B 41 96 C 1F
Octal 106 132 120 26 0 13 101 226 14 37
Binary 1000110 1011010 1010000 10110 0 1011 1000001 10010110 1100 11111

Color Harmonies of #465A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A50

Black with #465A50

Text Example


Text Example

White with #465A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A50; }

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

 H1.HeaderClassName
 {
   color: #465A50;
 }
 .AnyTagClassName
 {
   color: #465A50;
 }
</style>

background-color css

<style>
 a { background-color: #465A50; }

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

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

border-color css

<style>
 span { border-color: #465A50; }

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

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