Html Css Color HEX #463F56 Grape

📋 copy color: '#463F56'

red 70 ◦ green 63 ◦ blue 86

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

Shades of Grape #463F56

Tints of Grape #463F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 31.96%
G = 28.77%
B = 39.27%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#463F56 (or 0x463F56) is known color: Grape. HEX triplet: 46, 3F and 56. RGB value is (70,63,86). Sum of RGB (Red+Green+Blue) = 70+63+86=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #463F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F56 is #B9C0A9. Grayscale: #434343. Windows color (decimal): -12173482 or 5652294. OLE color: 5652294.

HSL color Cylindrical-coordinate representation of color #463F56: hue angle of 258.26º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #463F56 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 63 86 -
CMYK 0.19 0.27 0 0.66
HSL 258.26º 0.15% 0.29% -
HSV(B) 258.26º 0.27% 0.34% -
XYZ 5.98 5.53 9.56 -
YUV 67.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 70 63 86 0.19 0.27 0 0.66 258.26 0.15 0.29
Hex 46 3F 56 13 1B 0 42 102 F 1D
Octal 106 77 126 23 33 0 102 402 17 35
Binary 1000110 111111 1010110 10011 11011 0 1000010 100000010 1111 11101

Color Harmonies of #463F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F56

Black with #463F56

Text Example


Text Example

White with #463F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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