Html Css Color HEX #40414B Payne's Grey

📋 copy color: '#40414B'

red 64 ◦ green 65 ◦ blue 75

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

Shades of Payne's Grey #40414B

Tints of Payne's Grey #40414B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.76%

R = 31.37%
G = 31.86%
B = 36.76%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40414B (or 0x40414B) is known color: Payne's Grey. HEX triplet: 40, 41 and 4B. RGB value is (64,65,75). Sum of RGB (Red+Green+Blue) = 64+65+75=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #40414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40414B is #BFBEB4. Grayscale: #414141. Windows color (decimal): -12566197 or 4931904. OLE color: 4931904.

HSL color Cylindrical-coordinate representation of color #40414B: hue angle of 234.55º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #40414B is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 65 75 -
CMYK 0.15 0.13 0 0.71
HSL 234.55º 0.08% 0.27% -
HSV(B) 234.55º 0.15% 0.29% -
XYZ 5.27 5.38 7.42 -
YUV 65.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 64 65 75 0.15 0.13 0 0.71 234.55 0.08 0.27
Hex 40 41 4B F D 0 47 EB 8 1B
Octal 100 101 113 17 15 0 107 353 10 33
Binary 1000000 1000001 1001011 1111 1101 0 1000111 11101011 1000 11011

Color Harmonies of #40414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40414B

Black with #40414B

Text Example


Text Example

White with #40414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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