Html Css Color HEX #463F58 Grape

📋 copy color: '#463F58'

red 70 ◦ green 63 ◦ blue 88

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

Shades of Grape #463F58

Tints of Grape #463F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.82%

R = 31.67%
G = 28.51%
B = 39.82%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#463F58 (or 0x463F58) is known color: Grape. HEX triplet: 46, 3F and 58. RGB value is (70,63,88). Sum of RGB (Red+Green+Blue) = 70+63+88=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #463F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F58 is #B9C0A7. Grayscale: #434343. Windows color (decimal): -12173480 or 5783366. OLE color: 5783366.

HSL color Cylindrical-coordinate representation of color #463F58: hue angle of 256.8º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #463F58 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 63 88 -
CMYK 0.20 0.28 0 0.65
HSL 256.8º 0.17% 0.3% -
HSV(B) 256.8º 0.28% 0.35% -
XYZ 6.06 5.56 9.99 -
YUV 67.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 70 63 88 0.20 0.28 0 0.65 256.8 0.17 0.3
Hex 46 3F 58 14 1C 0 41 101 11 1E
Octal 106 77 130 24 34 0 101 401 21 36
Binary 1000110 111111 1011000 10100 11100 0 1000001 100000001 10001 11110

Color Harmonies of #463F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F58

Black with #463F58

Text Example


Text Example

White with #463F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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