Html Css Color HEX #41404B Payne's Grey

📋 copy color: '#41404B'

red 65 ◦ green 64 ◦ blue 75

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

Shades of Payne's Grey #41404B

Tints of Payne's Grey #41404B

RGB

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

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

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

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

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41404B (or 0x41404B) is known color: Payne's Grey. HEX triplet: 41, 40 and 4B. RGB value is (65,64,75). Sum of RGB (Red+Green+Blue) = 65+64+75=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 64 (25.39% from 255 or 31.37% 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 #41404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41404B is #BEBFB4. Grayscale: #414141. Windows color (decimal): -12500917 or 4931649. OLE color: 4931649.

HSL color Cylindrical-coordinate representation of color #41404B: hue angle of 245.45º 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 #41404B is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 64 75 -
CMYK 0.13 0.15 0 0.71
HSL 245.45º 0.08% 0.27% -
HSV(B) 245.45º 0.15% 0.29% -
XYZ 5.28 5.3 7.4 -
YUV 65.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 65 64 75 0.13 0.15 0 0.71 245.45 0.08 0.27
Hex 41 40 4B D F 0 47 F5 8 1B
Octal 101 100 113 15 17 0 107 365 10 33
Binary 1000001 1000000 1001011 1101 1111 0 1000111 11110101 1000 11011

Color Harmonies of #41404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41404B

Black with #41404B

Text Example


Text Example

White with #41404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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