Html Css Color HEX #414146 Payne's Grey

📋 copy color: '#414146'

red 65 ◦ green 65 ◦ blue 70

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

Shades of Payne's Grey #414146

Tints of Payne's Grey #414146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35%

R = 32.5%
G = 32.5%
B = 35%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#414146 (or 0x414146) is known color: Payne's Grey. HEX triplet: 41, 41 and 46. RGB value is (65,65,70). Sum of RGB (Red+Green+Blue) = 65+65+70=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 70 - color contains mainly: blue. Hex color #414146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414146 is #BEBEB9. Grayscale: #414141. Windows color (decimal): -12500666 or 4604225. OLE color: 4604225.

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

Color convert

RGB 65 65 70 -
CMYK 0.07 0.07 0 0.73
HSL 240º 0.04% 0.26% -
HSV(B) 240º 0.07% 0.27% -
XYZ 5.18 5.35 6.55 -
YUV 65.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 65 65 70 0.07 0.07 0 0.73 240 0.04 0.26
Hex 41 41 46 7 7 0 49 F0 4 1A
Octal 101 101 106 7 7 0 111 360 4 32
Binary 1000001 1000001 1000110 111 111 0 1001001 11110000 100 11010

Color Harmonies of #414146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414146

Black with #414146

Text Example


Text Example

White with #414146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414146; }

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

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

background-color css

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

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

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

border-color css

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

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

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