#434346

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

Shades of Payne's Grey #434346

Tints of Payne's Grey #434346

Color information

#434346 (or 0x434346) is unknown color: approx Payne's Grey. HEX triplet: 43, 43 and 46. RGB value is (67,67,70). Sum of RGB (Red+Green+Blue) = 67+67+70=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 70 - color contains mainly: blue. Hex color #434346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434346 is #BCBCB9. Grayscale: #434343. Windows color (decimal): -12369082 or 4604739. OLE color: 4604739.

HSL color Cylindrical-coordinate representation of color #434346: hue angle of 240º degrees, saturation: 0.02, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #434346 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB676770-
CMYK0.040.0400.73
HSL240º2.19%26.86%-
HSV(B)240º4.29%27.45%-
XYZ5.435.656.6-
YUV67.34129.5127.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.84%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=32.84%
G=32.84%
B=34.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6767700.040.0400.732402.1926.86
Hex43434644049f021b
Octal103103106440111360233
Binary10000111000011100011010010001001001111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434346; }

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

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

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

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

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

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

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

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