Html Css Color HEX #404257 Payne's Grey

📋 copy color: '#404257'

red 64 ◦ green 66 ◦ blue 87

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

Shades of Payne's Grey #404257

Tints of Payne's Grey #404257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.09%

R = 29.49%
G = 30.41%
B = 40.09%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#404257 (or 0x404257) is known color: Payne's Grey. HEX triplet: 40, 42 and 57. RGB value is (64,66,87). Sum of RGB (Red+Green+Blue) = 64+66+87=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #404257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404257 is #BFBDA8. Grayscale: #434343. Windows color (decimal): -12565929 or 5718592. OLE color: 5718592.

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

Color convert

RGB 64 66 87 -
CMYK 0.26 0.24 0 0.66
HSL 234.78º 0.15% 0.3% -
HSV(B) 234.78º 0.26% 0.34% -
XYZ 5.78 5.67 9.81 -
YUV 67.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 64 66 87 0.26 0.24 0 0.66 234.78 0.15 0.3
Hex 40 42 57 1A 18 0 42 EB F 1E
Octal 100 102 127 32 30 0 102 353 17 36
Binary 1000000 1000010 1010111 11010 11000 0 1000010 11101011 1111 11110

Color Harmonies of #404257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404257

Black with #404257

Text Example


Text Example

White with #404257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404257; }

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

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

background-color css

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

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

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

border-color css

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

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

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