#43434E

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

Shades of Payne's Grey #43434E

Tints of Payne's Grey #43434E

Color information

#43434E (or 0x43434E) is unknown color: approx Payne's Grey. HEX triplet: 43, 43 and 4E. RGB value is (67,67,78). Sum of RGB (Red+Green+Blue) = 67+67+78=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 78 - color contains mainly: blue. Hex color #43434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43434E is #BCBCB1. Grayscale: #444444. Windows color (decimal): -12369074 or 5129027. OLE color: 5129027.

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

Color convert

RGB676778-
CMYK0.140.1400.69
HSL240º7.59%28.43%-
HSV(B)240º14.1%30.59%-
XYZ5.75.768.02-
YUV68.25133.5127.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=31.60%
G=31.60%
B=36.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6767780.140.1400.692407.5928.43
Hex43434EEE045f081c
Octal103103116161601053601034
Binary100001110000111001110111011100100010111110000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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