Html Css Color HEX #424146 Grape

📋 copy color: '#424146'

red 66 ◦ green 65 ◦ blue 70

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

Shades of Grape #424146

Tints of Grape #424146

RGB

 RED value IS 66 (26.17% from 255) = 32.84%

 GREEN value IS 65 (25.78% from 255) = 32.34%

 BLUE value IS 70 (27.73% from 255) = 34.83%

R = 32.84%
G = 32.34%
B = 34.83%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#424146 (or 0x424146) is known color: Grape. HEX triplet: 42, 41 and 46. RGB value is (66,65,70). Sum of RGB (Red+Green+Blue) = 66+65+70=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 70 - color contains mainly: blue. Hex color #424146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424146 is #BDBEB9. Grayscale: #414141. Windows color (decimal): -12435130 or 4604226. OLE color: 4604226.

HSL color Cylindrical-coordinate representation of color #424146: hue angle of 252º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #424146 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 65 70 -
CMYK 0.06 0.07 0 0.73
HSL 252º 0.04% 0.26% -
HSV(B) 252º 0.07% 0.27% -
XYZ 5.24 5.38 6.56 -
YUV 65.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 66 65 70 0.06 0.07 0 0.73 252 0.04 0.26
Hex 42 41 46 6 7 0 49 FC 4 1A
Octal 102 101 106 6 7 0 111 374 4 32
Binary 1000010 1000001 1000110 110 111 0 1001001 11111100 100 11010

Color Harmonies of #424146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424146

Black with #424146

Text Example


Text Example

White with #424146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424146; }

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

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

background-color css

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

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

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

border-color css

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

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

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