Html Css Color HEX #464648 Payne's Grey

📋 copy color: '#464648'

red 70 ◦ green 70 ◦ blue 72

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

Shades of Payne's Grey #464648

Tints of Payne's Grey #464648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.02%

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 33.02%
G = 33.02%
B = 33.96%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#464648 (or 0x464648) is known color: Payne's Grey. HEX triplet: 46, 46 and 48. RGB value is (70,70,72). Sum of RGB (Red+Green+Blue) = 70+70+72=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 72 - color contains mainly: blue. Hex color #464648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464648 is #B9B9B7. Grayscale: #464646. Windows color (decimal): -12171704 or 4736582. OLE color: 4736582.

HSL color Cylindrical-coordinate representation of color #464648: hue angle of 240º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #464648 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 70 72 -
CMYK 0.03 0.03 0 0.72
HSL 240º 0.01% 0.28% -
HSV(B) 240º 0.03% 0.28% -
XYZ 5.89 6.15 7.01 -
YUV 70.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 70 70 72 0.03 0.03 0 0.72 240 0.01 0.28
Hex 46 46 48 3 3 0 48 F0 1 1C
Octal 106 106 110 3 3 0 110 360 1 34
Binary 1000110 1000110 1001000 11 11 0 1001000 11110000 1 11100

Color Harmonies of #464648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464648

Black with #464648

Text Example


Text Example

White with #464648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464648; }

 p { color: rgb(70,70,72); }

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

background-color css

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

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

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

border-color css

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

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

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