Html Css Color HEX #414048 Payne's Grey

📋 copy color: '#414048'

red 65 ◦ green 64 ◦ blue 72

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

Shades of Payne's Grey #414048

Tints of Payne's Grey #414048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.82%

R = 32.34%
G = 31.84%
B = 35.82%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414048 (or 0x414048) is known color: Payne's Grey. HEX triplet: 41, 40 and 48. RGB value is (65,64,72). Sum of RGB (Red+Green+Blue) = 65+64+72=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 72 - color contains mainly: blue. Hex color #414048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414048 is #BEBFB7. Grayscale: #414141. Windows color (decimal): -12500920 or 4735041. OLE color: 4735041.

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

Color convert

RGB 65 64 72 -
CMYK 0.10 0.11 0 0.72
HSL 247.5º 0.06% 0.27% -
HSV(B) 247.5º 0.11% 0.28% -
XYZ 5.18 5.26 6.87 -
YUV 65.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 65 64 72 0.10 0.11 0 0.72 247.5 0.06 0.27
Hex 41 40 48 A B 0 48 F8 6 1B
Octal 101 100 110 12 13 0 110 370 6 33
Binary 1000001 1000000 1001000 1010 1011 0 1001000 11111000 110 11011

Color Harmonies of #414048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414048

Black with #414048

Text Example


Text Example

White with #414048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414048; }

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

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

background-color css

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

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

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

border-color css

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

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

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