Html Css Color HEX #404252 Payne's Grey

📋 copy color: '#404252'

red 64 ◦ green 66 ◦ blue 82

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

Shades of Payne's Grey #404252

Tints of Payne's Grey #404252

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.13%

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

R = 30.19%
G = 31.13%
B = 38.68%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#404252 (or 0x404252) is known color: Payne's Grey. HEX triplet: 40, 42 and 52. RGB value is (64,66,82). Sum of RGB (Red+Green+Blue) = 64+66+82=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #404252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404252 is #BFBDAD. Grayscale: #434343. Windows color (decimal): -12565934 or 5390912. OLE color: 5390912.

HSL color Cylindrical-coordinate representation of color #404252: hue angle of 233.33º 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 #404252 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 66 82 -
CMYK 0.22 0.20 0 0.68
HSL 233.33º 0.12% 0.29% -
HSV(B) 233.33º 0.22% 0.32% -
XYZ 5.59 5.6 8.77 -
YUV 67.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 64 66 82 0.22 0.20 0 0.68 233.33 0.12 0.29
Hex 40 42 52 16 14 0 44 E9 C 1D
Octal 100 102 122 26 24 0 104 351 14 35
Binary 1000000 1000010 1010010 10110 10100 0 1000100 11101001 1100 11101

Color Harmonies of #404252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404252

Black with #404252

Text Example


Text Example

White with #404252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404252; }

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

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

background-color css

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

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

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

border-color css

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

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

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