Html Css Color HEX #414050 Payne's Grey

📋 copy color: '#414050'

red 65 ◦ green 64 ◦ blue 80

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

Shades of Payne's Grey #414050

Tints of Payne's Grey #414050

RGB

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

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

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

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

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#414050 (or 0x414050) is known color: Payne's Grey. HEX triplet: 41, 40 and 50. RGB value is (65,64,80). Sum of RGB (Red+Green+Blue) = 65+64+80=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 64 (25.39% from 255 or 30.62% 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 #414050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414050 is #BEBFAF. Grayscale: #424242. Windows color (decimal): -12500912 or 5259329. OLE color: 5259329.

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

Color convert

RGB 65 64 80 -
CMYK 0.19 0.20 0 0.69
HSL 243.75º 0.11% 0.28% -
HSV(B) 243.75º 0.2% 0.31% -
XYZ 5.46 5.37 8.34 -
YUV 66.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 65 64 80 0.19 0.20 0 0.69 243.75 0.11 0.28
Hex 41 40 50 13 14 0 45 F4 B 1C
Octal 101 100 120 23 24 0 105 364 13 34
Binary 1000001 1000000 1010000 10011 10100 0 1000101 11110100 1011 11100

Color Harmonies of #414050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414050

Black with #414050

Text Example


Text Example

White with #414050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414050; }

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

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

background-color css

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

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

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

border-color css

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

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

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