Html Css Color HEX #414250 Payne's Grey

📋 copy color: '#414250'

red 65 ◦ green 66 ◦ blue 80

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

Shades of Payne's Grey #414250

Tints of Payne's Grey #414250

RGB

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

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

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

R = 30.81%
G = 31.28%
B = 37.91%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#414250 (or 0x414250) is known color: Payne's Grey. HEX triplet: 41, 42 and 50. RGB value is (65,66,80). Sum of RGB (Red+Green+Blue) = 65+66+80=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #414250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414250 is #BEBDAF. Grayscale: #434343. Windows color (decimal): -12500400 or 5259841. OLE color: 5259841.

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

Color convert

RGB 65 66 80 -
CMYK 0.19 0.17 0 0.69
HSL 236º 0.1% 0.28% -
HSV(B) 236º 0.19% 0.31% -
XYZ 5.58 5.6 8.38 -
YUV 67.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 65 66 80 0.19 0.17 0 0.69 236 0.1 0.28
Hex 41 42 50 13 11 0 45 EC A 1C
Octal 101 102 120 23 21 0 105 354 12 34
Binary 1000001 1000010 1010000 10011 10001 0 1000101 11101100 1010 11100

Color Harmonies of #414250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414250

Black with #414250

Text Example


Text Example

White with #414250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414250; }

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

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

background-color css

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

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

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

border-color css

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

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

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