Html Css Color HEX #46474E Payne's Grey

📋 copy color: '#46474E'

red 70 ◦ green 71 ◦ blue 78

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

Shades of Payne's Grey #46474E

Tints of Payne's Grey #46474E

RGB

 RED value IS 70 (27.73% from 255) = 31.96%

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 31.96%
G = 32.42%
B = 35.62%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46474E (or 0x46474E) is known color: Payne's Grey. HEX triplet: 46, 47 and 4E. RGB value is (70,71,78). Sum of RGB (Red+Green+Blue) = 70+71+78=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 78 - color contains mainly: blue. Hex color #46474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46474E is #B9B8B1. Grayscale: #474747. Windows color (decimal): -12171442 or 5130054. OLE color: 5130054.

HSL color Cylindrical-coordinate representation of color #46474E: hue angle of 232.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #46474E is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 71 78 -
CMYK 0.10 0.09 0 0.69
HSL 232.5º 0.05% 0.29% -
HSV(B) 232.5º 0.1% 0.31% -
XYZ 6.15 6.36 8.11 -
YUV 71.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 70 71 78 0.10 0.09 0 0.69 232.5 0.05 0.29
Hex 46 47 4E A 9 0 45 E8 5 1D
Octal 106 107 116 12 11 0 105 350 5 35
Binary 1000110 1000111 1001110 1010 1001 0 1000101 11101000 101 11101

Color Harmonies of #46474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46474E

Black with #46474E

Text Example


Text Example

White with #46474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46474E; }

 p { color: rgb(70,71,78); }

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

background-color css

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

 a { background-color: rgb(70,71,78); }

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

border-color css

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

 span { border-color: rgb(70,71,78); }

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