Html Css Color HEX #464150 Grape

📋 copy color: '#464150'

red 70 ◦ green 65 ◦ blue 80

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

Shades of Grape #464150

Tints of Grape #464150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

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

R = 32.56%
G = 30.23%
B = 37.21%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#464150 (or 0x464150) is known color: Grape. HEX triplet: 46, 41 and 50. RGB value is (70,65,80). Sum of RGB (Red+Green+Blue) = 70+65+80=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #464150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464150 is #B9BEAF. Grayscale: #444444. Windows color (decimal): -12172976 or 5259590. OLE color: 5259590.

HSL color Cylindrical-coordinate representation of color #464150: hue angle of 260º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464150 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 65 80 -
CMYK 0.12 0.19 0 0.69
HSL 260º 0.1% 0.28% -
HSV(B) 260º 0.19% 0.31% -
XYZ 5.86 5.66 8.37 -
YUV 68.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 70 65 80 0.12 0.19 0 0.69 260 0.1 0.28
Hex 46 41 50 C 13 0 45 104 A 1C
Octal 106 101 120 14 23 0 105 404 12 34
Binary 1000110 1000001 1010000 1100 10011 0 1000101 100000100 1010 11100

Color Harmonies of #464150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464150

Black with #464150

Text Example


Text Example

White with #464150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464150; }

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

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

background-color css

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

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

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

border-color css

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

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

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