Html Css Color HEX #41404C Payne's Grey

📋 copy color: '#41404C'

red 65 ◦ green 64 ◦ blue 76

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

Shades of Payne's Grey #41404C

Tints of Payne's Grey #41404C

RGB

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

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

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

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

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41404C (or 0x41404C) is known color: Payne's Grey. HEX triplet: 41, 40 and 4C. RGB value is (65,64,76). Sum of RGB (Red+Green+Blue) = 65+64+76=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 64 (25.39% from 255 or 31.22% 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 #41404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41404C is #BEBFB3. Grayscale: #414141. Windows color (decimal): -12500916 or 4997185. OLE color: 4997185.

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

Color convert

RGB 65 64 76 -
CMYK 0.14 0.16 0 0.70
HSL 245º 0.09% 0.27% -
HSV(B) 245º 0.16% 0.3% -
XYZ 5.32 5.31 7.58 -
YUV 65.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 65 64 76 0.14 0.16 0 0.70 245 0.09 0.27
Hex 41 40 4C E 10 0 46 F5 9 1B
Octal 101 100 114 16 20 0 106 365 11 33
Binary 1000001 1000000 1001100 1110 10000 0 1000110 11110101 1001 11011

Color Harmonies of #41404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41404C

Black with #41404C

Text Example


Text Example

White with #41404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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