Html Css Color HEX #464545 Charcoal

📋 copy color: '#464545'

red 70 ◦ green 69 ◦ blue 69

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

Shades of Charcoal #464545

Tints of Charcoal #464545

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

 BLUE value IS 69 (27.34% from 255) = 33.17%

R = 33.65%
G = 33.17%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#464545 (or 0x464545) is known color: Charcoal. HEX triplet: 46, 45 and 45. RGB value is (70,69,69). Sum of RGB (Red+Green+Blue) = 70+69+69=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 70 - color contains mainly: red. Hex color #464545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464545 is #B9BABA. Grayscale: #454545. Windows color (decimal): -12171963 or 4539718. OLE color: 4539718.

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

Color convert

RGB 70 69 69 -
CMYK 0 0.01 0.01 0.73
HSL 0.01% 0.27% -
HSV(B) 0.01% 0.27% -
XYZ 5.73 5.99 6.48 -
YUV 69.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 70 69 69 0 0.01 0.01 0.73 0 0.01 0.27
Hex 46 45 45 0 1 1 49 0 1 1B
Octal 106 105 105 0 1 1 111 0 1 33
Binary 1000110 1000101 1000101 0 1 1 1001001 0 1 11011

Color Harmonies of #464545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464545

Black with #464545

Text Example


Text Example

White with #464545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464545; }

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

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

background-color css

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

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

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

border-color css

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

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

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