Html Css Color HEX #404250 Payne's Grey

📋 copy color: '#404250'

red 64 ◦ green 66 ◦ blue 80

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

Shades of Payne's Grey #404250

Tints of Payne's Grey #404250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 30.48%
G = 31.43%
B = 38.1%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#404250 (or 0x404250) is known color: Payne's Grey. HEX triplet: 40, 42 and 50. RGB value is (64,66,80). Sum of RGB (Red+Green+Blue) = 64+66+80=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #404250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404250 is #BFBDAF. Grayscale: #424242. Windows color (decimal): -12565936 or 5259840. OLE color: 5259840.

HSL color Cylindrical-coordinate representation of color #404250: hue angle of 232.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404250 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 66 80 -
CMYK 0.20 0.17 0 0.69
HSL 232.5º 0.11% 0.28% -
HSV(B) 232.5º 0.2% 0.31% -
XYZ 5.51 5.57 8.37 -
YUV 67 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 64 66 80 0.20 0.17 0 0.69 232.5 0.11 0.28
Hex 40 42 50 14 11 0 45 E8 B 1C
Octal 100 102 120 24 21 0 105 350 13 34
Binary 1000000 1000010 1010000 10100 10001 0 1000101 11101000 1011 11100

Color Harmonies of #404250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404250

Black with #404250

Text Example


Text Example

White with #404250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404250; }

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

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

background-color css

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

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

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

border-color css

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

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

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