Html Css Color HEX #40414C Payne's Grey

📋 copy color: '#40414C'

red 64 ◦ green 65 ◦ blue 76

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

Shades of Payne's Grey #40414C

Tints of Payne's Grey #40414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

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

R = 31.22%
G = 31.71%
B = 37.07%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40414C (or 0x40414C) is known color: Payne's Grey. HEX triplet: 40, 41 and 4C. RGB value is (64,65,76). Sum of RGB (Red+Green+Blue) = 64+65+76=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 76 - color contains mainly: blue. Hex color #40414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40414C is #BFBEB3. Grayscale: #414141. Windows color (decimal): -12566196 or 4997440. OLE color: 4997440.

HSL color Cylindrical-coordinate representation of color #40414C: hue angle of 235º 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 #40414C is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 65 76 -
CMYK 0.16 0.14 0 0.70
HSL 235º 0.09% 0.27% -
HSV(B) 235º 0.16% 0.3% -
XYZ 5.31 5.39 7.6 -
YUV 65.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 64 65 76 0.16 0.14 0 0.70 235 0.09 0.27
Hex 40 41 4C 10 E 0 46 EB 9 1B
Octal 100 101 114 20 16 0 106 353 11 33
Binary 1000000 1000001 1001100 10000 1110 0 1000110 11101011 1001 11011

Color Harmonies of #40414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40414C

Black with #40414C

Text Example


Text Example

White with #40414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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