Html Css Color HEX #41404D Payne's Grey

📋 copy color: '#41404D'

red 65 ◦ green 64 ◦ blue 77

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

Shades of Payne's Grey #41404D

Tints of Payne's Grey #41404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 31.55%
G = 31.07%
B = 37.38%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41404D (or 0x41404D) is known color: Payne's Grey. HEX triplet: 41, 40 and 4D. RGB value is (65,64,77). Sum of RGB (Red+Green+Blue) = 65+64+77=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #41404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41404D is #BEBFB2. Grayscale: #414141. Windows color (decimal): -12500915 or 5062721. OLE color: 5062721.

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

Color convert

RGB 65 64 77 -
CMYK 0.16 0.17 0 0.70
HSL 244.62º 0.09% 0.28% -
HSV(B) 244.62º 0.17% 0.3% -
XYZ 5.35 5.33 7.77 -
YUV 65.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 65 64 77 0.16 0.17 0 0.70 244.62 0.09 0.28
Hex 41 40 4D 10 11 0 46 F5 9 1C
Octal 101 100 115 20 21 0 106 365 11 34
Binary 1000001 1000000 1001101 10000 10001 0 1000110 11110101 1001 11100

Color Harmonies of #41404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41404D

Black with #41404D

Text Example


Text Example

White with #41404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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