#43434C

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

Shades of Payne's Grey #43434C

Tints of Payne's Grey #43434C

Color information

#43434C (or 0x43434C) is unknown color: approx Payne's Grey. HEX triplet: 43, 43 and 4C. RGB value is (67,67,76). Sum of RGB (Red+Green+Blue) = 67+67+76=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 76 - color contains mainly: blue. Hex color #43434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43434C is #BCBCB3. Grayscale: #434343. Windows color (decimal): -12369076 or 4997955. OLE color: 4997955.

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

Color convert

RGB676776-
CMYK0.120.1200.70
HSL240º6.29%28.04%-
HSV(B)240º11.84%29.8%-
XYZ5.635.737.65-
YUV68.03132.5127.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=31.90%
G=31.90%
B=36.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6767760.120.1200.702406.2928.04
Hex43434CCC046f061c
Octal10310311414140106360634
Binary10000111000011100110011001100010001101111000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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