Html Css Color HEX #463C53 Grape

📋 copy color: '#463C53'

red 70 ◦ green 60 ◦ blue 83

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

Shades of Grape #463C53

Tints of Grape #463C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.17%

 BLUE value IS 83 (32.81% from 255) = 38.97%

R = 32.86%
G = 28.17%
B = 38.97%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463C53 (or 0x463C53) is known color: Grape. HEX triplet: 46, 3C and 53. RGB value is (70,60,83). Sum of RGB (Red+Green+Blue) = 70+60+83=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #463C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C53 is #B9C3AC. Grayscale: #414141. Windows color (decimal): -12174253 or 5454918. OLE color: 5454918.

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

Color convert

RGB 70 60 83 -
CMYK 0.16 0.28 0 0.67
HSL 266.09º 0.16% 0.28% -
HSV(B) 266.09º 0.28% 0.33% -
XYZ 5.7 5.16 8.88 -
YUV 65.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 70 60 83 0.16 0.28 0 0.67 266.09 0.16 0.28
Hex 46 3C 53 10 1C 0 43 10A 10 1C
Octal 106 74 123 20 34 0 103 412 20 34
Binary 1000110 111100 1010011 10000 11100 0 1000011 100001010 10000 11100

Color Harmonies of #463C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C53

Black with #463C53

Text Example


Text Example

White with #463C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,83); }

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

background-color css

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

 a { background-color: rgb(70,60,83); }

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

border-color css

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

 span { border-color: rgb(70,60,83); }

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