Html Css Color HEX #404155 Payne's Grey

📋 copy color: '#404155'

red 64 ◦ green 65 ◦ blue 85

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

Shades of Payne's Grey #404155

Tints of Payne's Grey #404155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.72%

R = 29.91%
G = 30.37%
B = 39.72%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404155 (or 0x404155) is known color: Payne's Grey. HEX triplet: 40, 41 and 55. RGB value is (64,65,85). Sum of RGB (Red+Green+Blue) = 64+65+85=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #404155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404155 is #BFBEAA. Grayscale: #424242. Windows color (decimal): -12566187 or 5587264. OLE color: 5587264.

HSL color Cylindrical-coordinate representation of color #404155: hue angle of 237.14º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404155 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 65 85 -
CMYK 0.25 0.24 0 0.67
HSL 237.14º 0.14% 0.29% -
HSV(B) 237.14º 0.25% 0.33% -
XYZ 5.64 5.53 9.36 -
YUV 66.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 64 65 85 0.25 0.24 0 0.67 237.14 0.14 0.29
Hex 40 41 55 19 18 0 43 ED E 1D
Octal 100 101 125 31 30 0 103 355 16 35
Binary 1000000 1000001 1010101 11001 11000 0 1000011 11101101 1110 11101

Color Harmonies of #404155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404155

Black with #404155

Text Example


Text Example

White with #404155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404155; }

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

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

background-color css

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

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

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

border-color css

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

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

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