#43424C

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

Shades of Payne's Grey #43424C

Tints of Payne's Grey #43424C

Color information

#43424C (or 0x43424C) is unknown color: approx Payne's Grey. HEX triplet: 43, 42 and 4C. RGB value is (67,66,76). Sum of RGB (Red+Green+Blue) = 67+66+76=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 76 - color contains mainly: blue. Hex color #43424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43424C is #BCBDB3. Grayscale: #434343. Windows color (decimal): -12369332 or 4997699. OLE color: 4997699.

HSL color Cylindrical-coordinate representation of color #43424C: hue angle of 246º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #43424C is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB676676-
CMYK0.120.1300.70
HSL246º7.04%27.84%-
HSV(B)246º13.16%29.8%-
XYZ5.575.617.63-
YUV67.44132.83127.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.06%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=32.06%
G=31.58%
B=36.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6766760.120.1300.702467.0427.84
Hex43424CCD046f671c
Octal10310211414150106366734
Binary10000111000010100110011001101010001101111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43424C; }

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

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

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

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

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

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

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

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