Html Css Color HEX #404150 Payne's Grey

📋 copy color: '#404150'

red 64 ◦ green 65 ◦ blue 80

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

Shades of Payne's Grey #404150

Tints of Payne's Grey #404150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

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

R = 30.62%
G = 31.1%
B = 38.28%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#404150 (or 0x404150) is known color: Payne's Grey. HEX triplet: 40, 41 and 50. RGB value is (64,65,80). Sum of RGB (Red+Green+Blue) = 64+65+80=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #404150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404150 is #BFBEAF. Grayscale: #424242. Windows color (decimal): -12566192 or 5259584. OLE color: 5259584.

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

Color convert

RGB 64 65 80 -
CMYK 0.20 0.19 0 0.69
HSL 236.25º 0.11% 0.28% -
HSV(B) 236.25º 0.2% 0.31% -
XYZ 5.45 5.45 8.35 -
YUV 66.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 64 65 80 0.20 0.19 0 0.69 236.25 0.11 0.28
Hex 40 41 50 14 13 0 45 EC B 1C
Octal 100 101 120 24 23 0 105 354 13 34
Binary 1000000 1000001 1010000 10100 10011 0 1000101 11101100 1011 11100

Color Harmonies of #404150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404150

Black with #404150

Text Example


Text Example

White with #404150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404150; }

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

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

background-color css

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

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

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

border-color css

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

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

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