Html Css Color HEX #474850 Payne's Grey

📋 copy color: '#474850'

red 71 ◦ green 72 ◦ blue 80

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

Shades of Payne's Grey #474850

Tints of Payne's Grey #474850

RGB

 RED value IS 71 (28.13% from 255) = 31.84%

 GREEN value IS 72 (28.52% from 255) = 32.29%

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

R = 31.84%
G = 32.29%
B = 35.87%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#474850 (or 0x474850) is known color: Payne's Grey. HEX triplet: 47, 48 and 50. RGB value is (71,72,80). Sum of RGB (Red+Green+Blue) = 71+72+80=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #474850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474850 is #B8B7AF. Grayscale: #484848. Windows color (decimal): -12105648 or 5261383. OLE color: 5261383.

HSL color Cylindrical-coordinate representation of color #474850: hue angle of 233.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474850 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 72 80 -
CMYK 0.11 0.10 0 0.69
HSL 233.33º 0.06% 0.3% -
HSV(B) 233.33º 0.11% 0.31% -
XYZ 6.36 6.55 8.52 -
YUV 72.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 71 72 80 0.11 0.10 0 0.69 233.33 0.06 0.3
Hex 47 48 50 B A 0 45 E9 6 1E
Octal 107 110 120 13 12 0 105 351 6 36
Binary 1000111 1001000 1010000 1011 1010 0 1000101 11101001 110 11110

Color Harmonies of #474850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474850

Black with #474850

Text Example


Text Example

White with #474850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474850; }

 p { color: rgb(71,72,80); }

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

background-color css

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

 a { background-color: rgb(71,72,80); }

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

border-color css

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

 span { border-color: rgb(71,72,80); }

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