Html Css Color HEX #404256 Payne's Grey

📋 copy color: '#404256'

red 64 ◦ green 66 ◦ blue 86

#404256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Payne's Grey #404256

Tints of Payne's Grey #404256

RGB

 RED value IS 64 (25.39% from 255) = 29.63%

 GREEN value IS 66 (26.17% from 255) = 30.56%

 BLUE value IS 86 (33.98% from 255) = 39.81%

R = 29.63%
G = 30.56%
B = 39.81%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#404256 (or 0x404256) is known color: Payne's Grey. HEX triplet: 40, 42 and 56. RGB value is (64,66,86). Sum of RGB (Red+Green+Blue) = 64+66+86=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #404256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404256 is #BFBDA9. Grayscale: #434343. Windows color (decimal): -12565930 or 5653056. OLE color: 5653056.

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

Color convert

RGB 64 66 86 -
CMYK 0.26 0.23 0 0.66
HSL 234.55º 0.15% 0.29% -
HSV(B) 234.55º 0.26% 0.34% -
XYZ 5.74 5.66 9.59 -
YUV 67.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 64 66 86 0.26 0.23 0 0.66 234.55 0.15 0.29
Hex 40 42 56 1A 17 0 42 EB F 1D
Octal 100 102 126 32 27 0 102 353 17 35
Binary 1000000 1000010 1010110 11010 10111 0 1000010 11101011 1111 11101

Color Harmonies of #404256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404256

Black with #404256

Text Example


Text Example

White with #404256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404256; }

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

 H1.HeaderClassName
 {
   color: #404256;
 }
 .AnyTagClassName
 {
   color: #404256;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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