Html Css Color HEX #404052 Payne's Grey

📋 copy color: '#404052'

red 64 ◦ green 64 ◦ blue 82

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

Shades of Payne's Grey #404052

Tints of Payne's Grey #404052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.05%

R = 30.48%
G = 30.48%
B = 39.05%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#404052 (or 0x404052) is known color: Payne's Grey. HEX triplet: 40, 40 and 52. RGB value is (64,64,82). Sum of RGB (Red+Green+Blue) = 64+64+82=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #404052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404052 is #BFBFAD. Grayscale: #414141. Windows color (decimal): -12566446 or 5390400. OLE color: 5390400.

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

Color convert

RGB 64 64 82 -
CMYK 0.22 0.22 0 0.68
HSL 240º 0.12% 0.29% -
HSV(B) 240º 0.22% 0.32% -
XYZ 5.47 5.37 8.73 -
YUV 66.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 64 64 82 0.22 0.22 0 0.68 240 0.12 0.29
Hex 40 40 52 16 16 0 44 F0 C 1D
Octal 100 100 122 26 26 0 104 360 14 35
Binary 1000000 1000000 1010010 10110 10110 0 1000100 11110000 1100 11101

Color Harmonies of #404052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404052

Black with #404052

Text Example


Text Example

White with #404052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404052; }

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

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

background-color css

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

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

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

border-color css

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

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

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