Html Css Color HEX #40404C Payne's Grey

📋 copy color: '#40404C'

red 64 ◦ green 64 ◦ blue 76

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

Shades of Payne's Grey #40404C

Tints of Payne's Grey #40404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.37%

 BLUE value IS 76 (30.08% from 255) = 37.25%

R = 31.37%
G = 31.37%
B = 37.25%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40404C (or 0x40404C) is known color: Payne's Grey. HEX triplet: 40, 40 and 4C. RGB value is (64,64,76). Sum of RGB (Red+Green+Blue) = 64+64+76=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 76 - color contains mainly: blue. Hex color #40404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40404C is #BFBFB3. Grayscale: #414141. Windows color (decimal): -12566452 or 4997184. OLE color: 4997184.

HSL color Cylindrical-coordinate representation of color #40404C: hue angle of 240º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #40404C is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 64 76 -
CMYK 0.16 0.16 0 0.70
HSL 240º 0.09% 0.27% -
HSV(B) 240º 0.16% 0.3% -
XYZ 5.25 5.28 7.58 -
YUV 65.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 64 64 76 0.16 0.16 0 0.70 240 0.09 0.27
Hex 40 40 4C 10 10 0 46 F0 9 1B
Octal 100 100 114 20 20 0 106 360 11 33
Binary 1000000 1000000 1001100 10000 10000 0 1000110 11110000 1001 11011

Color Harmonies of #40404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40404C

Black with #40404C

Text Example


Text Example

White with #40404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40404C; }

 p { color: rgb(64,64,76); }

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

background-color css

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

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

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

border-color css

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

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

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