Html Css Color HEX #464252 Grape

📋 copy color: '#464252'

red 70 ◦ green 66 ◦ blue 82

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

Shades of Grape #464252

Tints of Grape #464252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 32.11%
G = 30.28%
B = 37.61%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#464252 (or 0x464252) is known color: Grape. HEX triplet: 46, 42 and 52. RGB value is (70,66,82). Sum of RGB (Red+Green+Blue) = 70+66+82=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #464252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464252 is #B9BDAD. Grayscale: #444444. Windows color (decimal): -12172718 or 5390918. OLE color: 5390918.

HSL color Cylindrical-coordinate representation of color #464252: hue angle of 255º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464252 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 66 82 -
CMYK 0.15 0.20 0 0.68
HSL 255º 0.11% 0.29% -
HSV(B) 255º 0.2% 0.32% -
XYZ 6 5.81 8.79 -
YUV 69.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 70 66 82 0.15 0.20 0 0.68 255 0.11 0.29
Hex 46 42 52 F 14 0 44 FF B 1D
Octal 106 102 122 17 24 0 104 377 13 35
Binary 1000110 1000010 1010010 1111 10100 0 1000100 11111111 1011 11101

Color Harmonies of #464252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464252

Black with #464252

Text Example


Text Example

White with #464252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464252; }

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

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

background-color css

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

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

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

border-color css

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

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

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