Html Css Color HEX #434049 Grape

📋 copy color: '#434049'

red 67 ◦ green 64 ◦ blue 73

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

Shades of Grape #434049

Tints of Grape #434049

RGB

 RED value IS 67 (26.56% from 255) = 32.84%

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

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

R = 32.84%
G = 31.37%
B = 35.78%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#434049 (or 0x434049) is known color: Grape. HEX triplet: 43, 40 and 49. RGB value is (67,64,73). Sum of RGB (Red+Green+Blue) = 67+64+73=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 73 - color contains mainly: blue. Hex color #434049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434049 is #BCBFB6. Grayscale: #414141. Windows color (decimal): -12369847 or 4800579. OLE color: 4800579.

HSL color Cylindrical-coordinate representation of color #434049: hue angle of 260º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #434049 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 64 73 -
CMYK 0.08 0.12 0 0.71
HSL 260º 0.07% 0.27% -
HSV(B) 260º 0.12% 0.29% -
XYZ 5.35 5.34 7.05 -
YUV 65.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 67 64 73 0.08 0.12 0 0.71 260 0.07 0.27
Hex 43 40 49 8 C 0 47 104 7 1B
Octal 103 100 111 10 14 0 107 404 7 33
Binary 1000011 1000000 1001001 1000 1100 0 1000111 100000100 111 11011

Color Harmonies of #434049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434049

Black with #434049

Text Example


Text Example

White with #434049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434049; }

 p { color: rgb(67,64,73); }

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

background-color css

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

 a { background-color: rgb(67,64,73); }

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

border-color css

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

 span { border-color: rgb(67,64,73); }

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