Html Css Color HEX #404048 Payne's Grey

📋 copy color: '#404048'

red 64 ◦ green 64 ◦ blue 72

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

Shades of Payne's Grey #404048

Tints of Payne's Grey #404048

RGB

 RED value IS 64 (25.39% from 255) = 32%

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

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

R = 32%
G = 32%
B = 36%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404048 (or 0x404048) is known color: Payne's Grey. HEX triplet: 40, 40 and 48. RGB value is (64,64,72). Sum of RGB (Red+Green+Blue) = 64+64+72=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: blue. Hex color #404048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404048 is #BFBFB7. Grayscale: #404040. Windows color (decimal): -12566456 or 4735040. OLE color: 4735040.

HSL color Cylindrical-coordinate representation of color #404048: hue angle of 240º 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 #404048 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 64 72 -
CMYK 0.11 0.11 0 0.72
HSL 240º 0.06% 0.27% -
HSV(B) 240º 0.11% 0.28% -
XYZ 5.12 5.22 6.87 -
YUV 64.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 64 64 72 0.11 0.11 0 0.72 240 0.06 0.27
Hex 40 40 48 B B 0 48 F0 6 1B
Octal 100 100 110 13 13 0 110 360 6 33
Binary 1000000 1000000 1001000 1011 1011 0 1001000 11110000 110 11011

Color Harmonies of #404048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404048

Black with #404048

Text Example


Text Example

White with #404048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404048; }

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

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

background-color css

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

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

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

border-color css

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

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

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