Html Css Color HEX #424046 Grape

📋 copy color: '#424046'

red 66 ◦ green 64 ◦ blue 70

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

Shades of Grape #424046

Tints of Grape #424046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

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

R = 33%
G = 32%
B = 35%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#424046 (or 0x424046) is known color: Grape. HEX triplet: 42, 40 and 46. RGB value is (66,64,70). Sum of RGB (Red+Green+Blue) = 66+64+70=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 70 - color contains mainly: blue. Hex color #424046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424046 is #BDBFB9. Grayscale: #414141. Windows color (decimal): -12435386 or 4603970. OLE color: 4603970.

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

Color convert

RGB 66 64 70 -
CMYK 0.06 0.09 0 0.73
HSL 260º 0.04% 0.26% -
HSV(B) 260º 0.09% 0.27% -
XYZ 5.19 5.27 6.54 -
YUV 65.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 66 64 70 0.06 0.09 0 0.73 260 0.04 0.26
Hex 42 40 46 6 9 0 49 104 4 1A
Octal 102 100 106 6 11 0 111 404 4 32
Binary 1000010 1000000 1000110 110 1001 0 1001001 100000100 100 11010

Color Harmonies of #424046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424046

Black with #424046

Text Example


Text Example

White with #424046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424046; }

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

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

background-color css

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

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

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

border-color css

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

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

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