#434249

Color #434249 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #434249

Tints of Payne's Grey #434249

Color information

#434249 (or 0x434249) is unknown color: approx Payne's Grey. HEX triplet: 43, 42 and 49. RGB value is (67,66,73). Sum of RGB (Red+Green+Blue) = 67+66+73=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 73 - color contains mainly: blue. Hex color #434249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434249 is #BCBDB6. Grayscale: #434343. Windows color (decimal): -12369335 or 4801091. OLE color: 4801091.

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

Color convert

RGB676673-
CMYK0.080.1000.71
HSL248.57º5.04%27.25%-
HSV(B)248.57º9.59%28.63%-
XYZ5.475.577.09-
YUV67.1131.33127.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=32.52%
G=32.04%
B=35.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6766730.080.1000.71248.575.0427.25
Hex4342498A047f951b
Octal10310211110120107371533
Binary10000111000010100100110001010010001111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434249; }

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

 H1.HeaderClassName
 {
   color: #434249;
 }
 .AnyTagClassName
 {
   color: #434249;
 }
</style>
background-color css

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

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

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

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

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

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