Html Css Color HEX #464750 Payne's Grey

📋 copy color: '#464750'

red 70 ◦ green 71 ◦ blue 80

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

Shades of Payne's Grey #464750

Tints of Payne's Grey #464750

RGB

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

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

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

R = 31.67%
G = 32.13%
B = 36.2%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#464750 (or 0x464750) is known color: Payne's Grey. HEX triplet: 46, 47 and 50. RGB value is (70,71,80). Sum of RGB (Red+Green+Blue) = 70+71+80=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #464750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464750 is #B9B8AF. Grayscale: #474747. Windows color (decimal): -12171440 or 5261126. OLE color: 5261126.

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

Color convert

RGB 70 71 80 -
CMYK 0.12 0.11 0 0.69
HSL 234º 0.07% 0.29% -
HSV(B) 234º 0.13% 0.31% -
XYZ 6.23 6.39 8.49 -
YUV 71.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 70 71 80 0.12 0.11 0 0.69 234 0.07 0.29
Hex 46 47 50 C B 0 45 EA 7 1D
Octal 106 107 120 14 13 0 105 352 7 35
Binary 1000110 1000111 1010000 1100 1011 0 1000101 11101010 111 11101

Color Harmonies of #464750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464750

Black with #464750

Text Example


Text Example

White with #464750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464750; }

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

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

background-color css

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

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

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

border-color css

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

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

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