#424245

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

Shades of Payne's Grey #424245

Tints of Payne's Grey #424245

Color information

#424245 (or 0x424245) is unknown color: approx Payne's Grey. HEX triplet: 42, 42 and 45. RGB value is (66,66,69). Sum of RGB (Red+Green+Blue) = 66+66+69=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 69 - color contains mainly: blue. Hex color #424245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424245 is #BDBDBA. Grayscale: #424242. Windows color (decimal): -12434875 or 4538946. OLE color: 4538946.

HSL color Cylindrical-coordinate representation of color #424245: hue angle of 240º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #424245 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB666669-
CMYK0.040.0400.73
HSL240º2.22%26.47%-
HSV(B)240º4.35%27.06%-
XYZ5.275.486.41-
YUV66.34129.5127.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=32.84%
G=32.84%
B=34.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6666690.040.0400.732402.2226.47
Hex42424544049f021a
Octal102102105440111360232
Binary10000101000010100010110010001001001111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424245; }

 p { color: rgb(66,66,69); }

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

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

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

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

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

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

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