Html Css Color HEX #463F55 Grape

📋 copy color: '#463F55'

red 70 ◦ green 63 ◦ blue 85

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

Shades of Grape #463F55

Tints of Grape #463F55

RGB

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

 GREEN value IS 63 (25% from 255) = 28.9%

 BLUE value IS 85 (33.59% from 255) = 38.99%

R = 32.11%
G = 28.9%
B = 38.99%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463F55 (or 0x463F55) is known color: Grape. HEX triplet: 46, 3F and 55. RGB value is (70,63,85). Sum of RGB (Red+Green+Blue) = 70+63+85=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 85 - color contains mainly: blue. Hex color #463F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F55 is #B9C0AA. Grayscale: #434343. Windows color (decimal): -12173483 or 5586758. OLE color: 5586758.

HSL color Cylindrical-coordinate representation of color #463F55: hue angle of 259.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #463F55 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 63 85 -
CMYK 0.18 0.26 0 0.67
HSL 259.09º 0.15% 0.29% -
HSV(B) 259.09º 0.26% 0.33% -
XYZ 5.94 5.51 9.35 -
YUV 67.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 70 63 85 0.18 0.26 0 0.67 259.09 0.15 0.29
Hex 46 3F 55 12 1A 0 43 103 F 1D
Octal 106 77 125 22 32 0 103 403 17 35
Binary 1000110 111111 1010101 10010 11010 0 1000011 100000011 1111 11101

Color Harmonies of #463F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F55

Black with #463F55

Text Example


Text Example

White with #463F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463F55; }

 p { color: rgb(70,63,85); }

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

background-color css

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

 a { background-color: rgb(70,63,85); }

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

border-color css

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

 span { border-color: rgb(70,63,85); }

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