#424454

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

Shades of Payne's Grey #424454

Tints of Payne's Grey #424454

Color information

#424454 (or 0x424454) is unknown color: approx Payne's Grey. HEX triplet: 42, 44 and 54. RGB value is (66,68,84). Sum of RGB (Red+Green+Blue) = 66+68+84=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #424454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424454 is #BDBBAB. Grayscale: #454545. Windows color (decimal): -12434348 or 5522498. OLE color: 5522498.

HSL color Cylindrical-coordinate representation of color #424454: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424454 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB666884-
CMYK0.210.1900.67
HSL233.33º12%29.41%-
HSV(B)233.33º21.43%32.94%-
XYZ5.915.939.22-
YUV69.23136.34125.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=30.28%
G=31.19%
B=38.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6668840.210.1900.67233.331229.41
Hex4244541513043e9c1d
Octal102104124252301033511435
Binary10000101000100101010010101100110100001111101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424454; }

 p { color: rgb(66,68,84); }

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

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

 a { background-color: rgb(66,68,84); }

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

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

 span { border-color: rgb(66,68,84); }

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