Html Css Color HEX #404254 Payne's Grey

📋 copy color: '#404254'

red 64 ◦ green 66 ◦ blue 84

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

Shades of Payne's Grey #404254

Tints of Payne's Grey #404254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 29.91%
G = 30.84%
B = 39.25%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404254 (or 0x404254) is known color: Payne's Grey. HEX triplet: 40, 42 and 54. RGB value is (64,66,84). Sum of RGB (Red+Green+Blue) = 64+66+84=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #404254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404254 is #BFBDAB. Grayscale: #434343. Windows color (decimal): -12565932 or 5521984. OLE color: 5521984.

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

Color convert

RGB 64 66 84 -
CMYK 0.24 0.21 0 0.67
HSL 234º 0.14% 0.29% -
HSV(B) 234º 0.24% 0.33% -
XYZ 5.66 5.63 9.18 -
YUV 67.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 64 66 84 0.24 0.21 0 0.67 234 0.14 0.29
Hex 40 42 54 18 15 0 43 EA E 1D
Octal 100 102 124 30 25 0 103 352 16 35
Binary 1000000 1000010 1010100 11000 10101 0 1000011 11101010 1110 11101

Color Harmonies of #404254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404254

Black with #404254

Text Example


Text Example

White with #404254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404254; }

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

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

background-color css

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

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

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

border-color css

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

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

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