Html Css Color HEX #464751 Payne's Grey

📋 copy color: '#464751'

red 70 ◦ green 71 ◦ blue 81

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

Shades of Payne's Grey #464751

Tints of Payne's Grey #464751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.49%

R = 31.53%
G = 31.98%
B = 36.49%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#464751 (or 0x464751) is known color: Payne's Grey. HEX triplet: 46, 47 and 51. RGB value is (70,71,81). Sum of RGB (Red+Green+Blue) = 70+71+81=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 81 - color contains mainly: blue. Hex color #464751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464751 is #B9B8AE. Grayscale: #474747. Windows color (decimal): -12171439 or 5326662. OLE color: 5326662.

HSL color Cylindrical-coordinate representation of color #464751: hue angle of 234.55º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464751 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 71 81 -
CMYK 0.14 0.12 0 0.68
HSL 234.55º 0.07% 0.3% -
HSV(B) 234.55º 0.14% 0.32% -
XYZ 6.26 6.4 8.69 -
YUV 71.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 70 71 81 0.14 0.12 0 0.68 234.55 0.07 0.3
Hex 46 47 51 E C 0 44 EB 7 1E
Octal 106 107 121 16 14 0 104 353 7 36
Binary 1000110 1000111 1010001 1110 1100 0 1000100 11101011 111 11110

Color Harmonies of #464751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464751

Black with #464751

Text Example


Text Example

White with #464751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464751; }

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

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

background-color css

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

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

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

border-color css

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

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

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