Html Css Color HEX #404151 Payne's Grey

📋 copy color: '#404151'

red 64 ◦ green 65 ◦ blue 81

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

Shades of Payne's Grey #404151

Tints of Payne's Grey #404151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.57%

R = 30.48%
G = 30.95%
B = 38.57%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#404151 (or 0x404151) is known color: Payne's Grey. HEX triplet: 40, 41 and 51. RGB value is (64,65,81). Sum of RGB (Red+Green+Blue) = 64+65+81=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #404151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404151 is #BFBEAE. Grayscale: #424242. Windows color (decimal): -12566191 or 5325120. OLE color: 5325120.

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

Color convert

RGB 64 65 81 -
CMYK 0.21 0.20 0 0.68
HSL 236.47º 0.12% 0.28% -
HSV(B) 236.47º 0.21% 0.32% -
XYZ 5.49 5.46 8.55 -
YUV 66.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 64 65 81 0.21 0.20 0 0.68 236.47 0.12 0.28
Hex 40 41 51 15 14 0 44 EC C 1C
Octal 100 101 121 25 24 0 104 354 14 34
Binary 1000000 1000001 1010001 10101 10100 0 1000100 11101100 1100 11100

Color Harmonies of #404151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404151

Black with #404151

Text Example


Text Example

White with #404151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404151; }

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

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

background-color css

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

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

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

border-color css

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

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

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