Html Css Color HEX #463E53 Grape

📋 copy color: '#463E53'

red 70 ◦ green 62 ◦ blue 83

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

Shades of Grape #463E53

Tints of Grape #463E53

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.84%

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

R = 32.56%
G = 28.84%
B = 38.6%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#463E53 (or 0x463E53) is known color: Grape. HEX triplet: 46, 3E and 53. RGB value is (70,62,83). Sum of RGB (Red+Green+Blue) = 70+62+83=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #463E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E53 is #B9C1AC. Grayscale: #424242. Windows color (decimal): -12173741 or 5455430. OLE color: 5455430.

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

Color convert

RGB 70 62 83 -
CMYK 0.16 0.25 0 0.67
HSL 262.86º 0.14% 0.28% -
HSV(B) 262.86º 0.25% 0.33% -
XYZ 5.81 5.37 8.91 -
YUV 66.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 70 62 83 0.16 0.25 0 0.67 262.86 0.14 0.28
Hex 46 3E 53 10 19 0 43 107 E 1C
Octal 106 76 123 20 31 0 103 407 16 34
Binary 1000110 111110 1010011 10000 11001 0 1000011 100000111 1110 11100

Color Harmonies of #463E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463E53

Black with #463E53

Text Example


Text Example

White with #463E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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