Html Css Color HEX #463F51 Grape

📋 copy color: '#463F51'

red 70 ◦ green 63 ◦ blue 81

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

Shades of Grape #463F51

Tints of Grape #463F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.85%

R = 32.71%
G = 29.44%
B = 37.85%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#463F51 (or 0x463F51) is known color: Grape. HEX triplet: 46, 3F and 51. RGB value is (70,63,81). Sum of RGB (Red+Green+Blue) = 70+63+81=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #463F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F51 is #B9C0AE. Grayscale: #434343. Windows color (decimal): -12173487 or 5324614. OLE color: 5324614.

HSL color Cylindrical-coordinate representation of color #463F51: hue angle of 263.33º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #463F51 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 63 81 -
CMYK 0.14 0.22 0 0.68
HSL 263.33º 0.13% 0.28% -
HSV(B) 263.33º 0.22% 0.32% -
XYZ 5.79 5.45 8.53 -
YUV 67.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 70 63 81 0.14 0.22 0 0.68 263.33 0.13 0.28
Hex 46 3F 51 E 16 0 44 107 C 1C
Octal 106 77 121 16 26 0 104 407 14 34
Binary 1000110 111111 1010001 1110 10110 0 1000100 100000111 1100 11100

Color Harmonies of #463F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F51

Black with #463F51

Text Example


Text Example

White with #463F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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