Html Css Color HEX #464050 Grape

📋 copy color: '#464050'

red 70 ◦ green 64 ◦ blue 80

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

Shades of Grape #464050

Tints of Grape #464050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

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

R = 32.71%
G = 29.91%
B = 37.38%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#464050 (or 0x464050) is known color: Grape. HEX triplet: 46, 40 and 50. RGB value is (70,64,80). Sum of RGB (Red+Green+Blue) = 70+64+80=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #464050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464050 is #B9BFAF. Grayscale: #434343. Windows color (decimal): -12173232 or 5259334. OLE color: 5259334.

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

Color convert

RGB 70 64 80 -
CMYK 0.12 0.20 0 0.69
HSL 262.5º 0.11% 0.28% -
HSV(B) 262.5º 0.2% 0.31% -
XYZ 5.81 5.55 8.35 -
YUV 67.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 70 64 80 0.12 0.20 0 0.69 262.5 0.11 0.28
Hex 46 40 50 C 14 0 45 106 B 1C
Octal 106 100 120 14 24 0 105 406 13 34
Binary 1000110 1000000 1010000 1100 10100 0 1000101 100000110 1011 11100

Color Harmonies of #464050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464050

Black with #464050

Text Example


Text Example

White with #464050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464050; }

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

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

background-color css

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

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

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

border-color css

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

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

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