Html Css Color HEX #463C52 Grape

📋 copy color: '#463C52'

red 70 ◦ green 60 ◦ blue 82

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

Shades of Grape #463C52

Tints of Grape #463C52

RGB

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

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

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

R = 33.02%
G = 28.3%
B = 38.68%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#463C52 (or 0x463C52) is known color: Grape. HEX triplet: 46, 3C and 52. RGB value is (70,60,82). Sum of RGB (Red+Green+Blue) = 70+60+82=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #463C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C52 is #B9C3AD. Grayscale: #414141. Windows color (decimal): -12174254 or 5389382. OLE color: 5389382.

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

Color convert

RGB 70 60 82 -
CMYK 0.15 0.27 0 0.68
HSL 267.27º 0.15% 0.28% -
HSV(B) 267.27º 0.27% 0.32% -
XYZ 5.66 5.14 8.68 -
YUV 65.5 137.31 131.21 -
System Red Green Blue C M Y K H S L
Decimal 70 60 82 0.15 0.27 0 0.68 267.27 0.15 0.28
Hex 46 3C 52 F 1B 0 44 10B F 1C
Octal 106 74 122 17 33 0 104 413 17 34
Binary 1000110 111100 1010010 1111 11011 0 1000100 100001011 1111 11100

Color Harmonies of #463C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C52

Black with #463C52

Text Example


Text Example

White with #463C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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