#43434D

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

Shades of Payne's Grey #43434D

Tints of Payne's Grey #43434D

Color information

#43434D (or 0x43434D) is unknown color: approx Payne's Grey. HEX triplet: 43, 43 and 4D. RGB value is (67,67,77). Sum of RGB (Red+Green+Blue) = 67+67+77=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #43434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43434D is #BCBCB2. Grayscale: #444444. Windows color (decimal): -12369075 or 5063491. OLE color: 5063491.

HSL color Cylindrical-coordinate representation of color #43434D: hue angle of 240º 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 #43434D is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB676777-
CMYK0.130.1300.70
HSL240º6.94%28.24%-
HSV(B)240º12.99%30.2%-
XYZ5.665.747.83-
YUV68.14133127.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=31.75%
G=31.75%
B=36.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6767770.130.1300.702406.9428.24
Hex43434DDD046f071c
Octal10310311515150106360734
Binary10000111000011100110111011101010001101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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