Html Css Color HEX #464448 Grape

📋 copy color: '#464448'

red 70 ◦ green 68 ◦ blue 72

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

Shades of Grape #464448

Tints of Grape #464448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.38%

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

R = 33.33%
G = 32.38%
B = 34.29%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#464448 (or 0x464448) is known color: Grape. HEX triplet: 46, 44 and 48. RGB value is (70,68,72). Sum of RGB (Red+Green+Blue) = 70+68+72=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 72 - color contains mainly: blue. Hex color #464448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464448 is #B9BBB7. Grayscale: #454545. Windows color (decimal): -12172216 or 4736070. OLE color: 4736070.

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

Color convert

RGB 70 68 72 -
CMYK 0.03 0.06 0 0.72
HSL 270º 0.03% 0.27% -
HSV(B) 270º 0.06% 0.28% -
XYZ 5.76 5.9 6.97 -
YUV 69.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 70 68 72 0.03 0.06 0 0.72 270 0.03 0.27
Hex 46 44 48 3 6 0 48 10E 3 1B
Octal 106 104 110 3 6 0 110 416 3 33
Binary 1000110 1000100 1001000 11 110 0 1001000 100001110 11 11011

Color Harmonies of #464448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464448

Black with #464448

Text Example


Text Example

White with #464448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464448; }

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

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

background-color css

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

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

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

border-color css

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

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

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