Html Css Color HEX #41404A Payne's Grey

📋 copy color: '#41404A'

red 65 ◦ green 64 ◦ blue 74

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

Shades of Payne's Grey #41404A

Tints of Payne's Grey #41404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.45%

R = 32.02%
G = 31.53%
B = 36.45%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41404A (or 0x41404A) is known color: Payne's Grey. HEX triplet: 41, 40 and 4A. RGB value is (65,64,74). Sum of RGB (Red+Green+Blue) = 65+64+74=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 74 - color contains mainly: blue. Hex color #41404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41404A is #BEBFB5. Grayscale: #414141. Windows color (decimal): -12500918 or 4866113. OLE color: 4866113.

HSL color Cylindrical-coordinate representation of color #41404A: hue angle of 246º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41404A is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 64 74 -
CMYK 0.12 0.14 0 0.71
HSL 246º 0.07% 0.27% -
HSV(B) 246º 0.14% 0.29% -
XYZ 5.25 5.29 7.22 -
YUV 65.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 65 64 74 0.12 0.14 0 0.71 246 0.07 0.27
Hex 41 40 4A C E 0 47 F6 7 1B
Octal 101 100 112 14 16 0 107 366 7 33
Binary 1000001 1000000 1001010 1100 1110 0 1000111 11110110 111 11011

Color Harmonies of #41404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41404A

Black with #41404A

Text Example


Text Example

White with #41404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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