Html Css Color HEX #464549 Grape

📋 copy color: '#464549'

red 70 ◦ green 69 ◦ blue 73

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

Shades of Grape #464549

Tints of Grape #464549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.55%

 BLUE value IS 73 (28.91% from 255) = 34.43%

R = 33.02%
G = 32.55%
B = 34.43%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#464549 (or 0x464549) is known color: Grape. HEX triplet: 46, 45 and 49. RGB value is (70,69,73). Sum of RGB (Red+Green+Blue) = 70+69+73=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 73 - color contains mainly: blue. Hex color #464549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464549 is #B9BAB6. Grayscale: #454545. Windows color (decimal): -12171959 or 4801862. OLE color: 4801862.

HSL color Cylindrical-coordinate representation of color #464549: hue angle of 255º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #464549 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 69 73 -
CMYK 0.04 0.05 0 0.71
HSL 255º 0.03% 0.28% -
HSV(B) 255º 0.05% 0.29% -
XYZ 5.86 6.04 7.16 -
YUV 69.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 70 69 73 0.04 0.05 0 0.71 255 0.03 0.28
Hex 46 45 49 4 5 0 47 FF 3 1C
Octal 106 105 111 4 5 0 107 377 3 34
Binary 1000110 1000101 1001001 100 101 0 1000111 11111111 11 11100

Color Harmonies of #464549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464549

Black with #464549

Text Example


Text Example

White with #464549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464549; }

 p { color: rgb(70,69,73); }

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

background-color css

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

 a { background-color: rgb(70,69,73); }

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

border-color css

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

 span { border-color: rgb(70,69,73); }

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