Html Css Color HEX #463F54 Grape

📋 copy color: '#463F54'

red 70 ◦ green 63 ◦ blue 84

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

Shades of Grape #463F54

Tints of Grape #463F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.71%

R = 32.26%
G = 29.03%
B = 38.71%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463F54 (or 0x463F54) is known color: Grape. HEX triplet: 46, 3F and 54. RGB value is (70,63,84). Sum of RGB (Red+Green+Blue) = 70+63+84=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #463F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F54 is #B9C0AB. Grayscale: #434343. Windows color (decimal): -12173484 or 5521222. OLE color: 5521222.

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

Color convert

RGB 70 63 84 -
CMYK 0.17 0.25 0 0.67
HSL 260º 0.14% 0.29% -
HSV(B) 260º 0.25% 0.33% -
XYZ 5.9 5.5 9.14 -
YUV 67.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 70 63 84 0.17 0.25 0 0.67 260 0.14 0.29
Hex 46 3F 54 11 19 0 43 104 E 1D
Octal 106 77 124 21 31 0 103 404 16 35
Binary 1000110 111111 1010100 10001 11001 0 1000011 100000100 1110 11101

Color Harmonies of #463F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F54

Black with #463F54

Text Example


Text Example

White with #463F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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