Html Css Color HEX #414149 Payne's Grey

📋 copy color: '#414149'

red 65 ◦ green 65 ◦ blue 73

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

Shades of Payne's Grey #414149

Tints of Payne's Grey #414149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 32.02%
G = 32.02%
B = 35.96%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#414149 (or 0x414149) is known color: Payne's Grey. HEX triplet: 41, 41 and 49. RGB value is (65,65,73). Sum of RGB (Red+Green+Blue) = 65+65+73=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 73 - color contains mainly: blue. Hex color #414149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414149 is #BEBEB6. Grayscale: #414141. Windows color (decimal): -12500663 or 4800833. OLE color: 4800833.

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

Color convert

RGB 65 65 73 -
CMYK 0.11 0.11 0 0.71
HSL 240º 0.06% 0.27% -
HSV(B) 240º 0.11% 0.29% -
XYZ 5.27 5.39 7.06 -
YUV 65.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 65 65 73 0.11 0.11 0 0.71 240 0.06 0.27
Hex 41 41 49 B B 0 47 F0 6 1B
Octal 101 101 111 13 13 0 107 360 6 33
Binary 1000001 1000001 1001001 1011 1011 0 1000111 11110000 110 11011

Color Harmonies of #414149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414149

Black with #414149

Text Example


Text Example

White with #414149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414149; }

 p { color: rgb(65,65,73); }

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

background-color css

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

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

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

border-color css

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

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

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