Html Css Color HEX #464548 Grape

📋 copy color: '#464548'

red 70 ◦ green 69 ◦ blue 72

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

Shades of Grape #464548

Tints of Grape #464548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 33.18%
G = 32.7%
B = 34.12%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#464548 (or 0x464548) is known color: Grape. HEX triplet: 46, 45 and 48. RGB value is (70,69,72). Sum of RGB (Red+Green+Blue) = 70+69+72=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 72 - color contains mainly: blue. Hex color #464548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464548 is #B9BAB7. Grayscale: #454545. Windows color (decimal): -12171960 or 4736326. OLE color: 4736326.

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

Color convert

RGB 70 69 72 -
CMYK 0.03 0.04 0 0.72
HSL 260º 0.02% 0.28% -
HSV(B) 260º 0.04% 0.28% -
XYZ 5.82 6.03 6.99 -
YUV 69.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 70 69 72 0.03 0.04 0 0.72 260 0.02 0.28
Hex 46 45 48 3 4 0 48 104 2 1C
Octal 106 105 110 3 4 0 110 404 2 34
Binary 1000110 1000101 1001000 11 100 0 1001000 100000100 10 11100

Color Harmonies of #464548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464548

Black with #464548

Text Example


Text Example

White with #464548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464548; }

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

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

background-color css

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

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

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

border-color css

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

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

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