#43444F

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

Shades of Payne's Grey #43444F

Tints of Payne's Grey #43444F

Color information

#43444F (or 0x43444F) is unknown color: approx Payne's Grey. HEX triplet: 43, 44 and 4F. RGB value is (67,68,79). Sum of RGB (Red+Green+Blue) = 67+68+79=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 79 - color contains mainly: blue. Hex color #43444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43444F is #BCBBB0. Grayscale: #444444. Windows color (decimal): -12368817 or 5194819. OLE color: 5194819.

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

Color convert

RGB676879-
CMYK0.150.1400.69
HSL235º8.22%28.63%-
HSV(B)235º15.19%30.98%-
XYZ5.795.898.23-
YUV68.96133.67126.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=31.31%
G=31.78%
B=36.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6768790.150.1400.692358.2228.63
Hex43444FFE045eb81d
Octal103104117171601053531035
Binary100001110001001001111111111100100010111101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43444F; }

 p { color: rgb(67,68,79); }

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

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

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

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

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

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

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