#42434F

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

Shades of Payne's Grey #42434F

Tints of Payne's Grey #42434F

Color information

#42434F (or 0x42434F) is unknown color: approx Payne's Grey. HEX triplet: 42, 43 and 4F. RGB value is (66,67,79). Sum of RGB (Red+Green+Blue) = 66+67+79=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 79 - color contains mainly: blue. Hex color #42434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42434F is #BDBCB0. Grayscale: #444444. Windows color (decimal): -12434609 or 5194562. OLE color: 5194562.

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

Color convert

RGB666779-
CMYK0.160.1500.69
HSL235.38º8.97%28.43%-
HSV(B)235.38º16.46%30.98%-
XYZ5.675.748.21-
YUV68.07134.17126.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=31.13%
G=31.60%
B=37.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6667790.160.1500.69235.388.9728.43
Hex42434F10F045eb91c
Octal102103117201701053531134
Binary1000010100001110011111000011110100010111101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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