Html Css Color HEX #463F52 Grape

📋 copy color: '#463F52'

red 70 ◦ green 63 ◦ blue 82

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

Shades of Grape #463F52

Tints of Grape #463F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 32.56%
G = 29.3%
B = 38.14%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#463F52 (or 0x463F52) is known color: Grape. HEX triplet: 46, 3F and 52. RGB value is (70,63,82). Sum of RGB (Red+Green+Blue) = 70+63+82=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #463F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F52 is #B9C0AD. Grayscale: #434343. Windows color (decimal): -12173486 or 5390150. OLE color: 5390150.

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

Color convert

RGB 70 63 82 -
CMYK 0.15 0.23 0 0.68
HSL 262.11º 0.13% 0.28% -
HSV(B) 262.11º 0.23% 0.32% -
XYZ 5.83 5.47 8.73 -
YUV 67.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 70 63 82 0.15 0.23 0 0.68 262.11 0.13 0.28
Hex 46 3F 52 F 17 0 44 106 D 1C
Octal 106 77 122 17 27 0 104 406 15 34
Binary 1000110 111111 1010010 1111 10111 0 1000100 100000110 1101 11100

Color Harmonies of #463F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F52

Black with #463F52

Text Example


Text Example

White with #463F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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