#424456

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

Shades of Payne's Grey #424456

Tints of Payne's Grey #424456

Color information

#424456 (or 0x424456) is unknown color: approx Payne's Grey. HEX triplet: 42, 44 and 56. RGB value is (66,68,86). Sum of RGB (Red+Green+Blue) = 66+68+86=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 86 - color contains mainly: blue. Hex color #424456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424456 is #BDBBA9. Grayscale: #454545. Windows color (decimal): -12434346 or 5653570. OLE color: 5653570.

HSL color Cylindrical-coordinate representation of color #424456: hue angle of 234º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424456 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB666886-
CMYK0.230.2100.66
HSL234º13.16%29.8%-
HSV(B)234º23.26%33.73%-
XYZ5.995.969.64-
YUV69.45137.34125.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=30%
G=30.91%
B=39.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6668860.230.2100.6623413.1629.8
Hex4244561715042ead1e
Octal102104126272501023521536
Binary10000101000100101011010111101010100001011101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424456; }

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

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

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

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

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

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

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

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