Html Css Color HEX #494243 Jon

📋 copy color: '#494243'

red 73 ◦ green 66 ◦ blue 67

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

Shades of Jon #494243

Tints of Jon #494243

RGB

 RED value IS 73 (28.91% from 255) = 35.44%

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 67 (26.56% from 255) = 32.52%

R = 35.44%
G = 32.04%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#494243 (or 0x494243) is known color: Jon. HEX triplet: 49, 42 and 43. RGB value is (73,66,67). Sum of RGB (Red+Green+Blue) = 73+66+67=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 73 - color contains mainly: red. Hex color #494243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494243 is #B6BDBC. Grayscale: #444444. Windows color (decimal): -11976125 or 4407881. OLE color: 4407881.

HSL color Cylindrical-coordinate representation of color #494243: hue angle of 351.43º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #494243 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 67 -
CMYK 0 0.10 0.08 0.71
HSL 351.43º 0.05% 0.27% -
HSV(B) 351.43º 0.1% 0.29% -
XYZ 5.71 5.72 6.11 -
YUV 68.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 73 66 67 0 0.10 0.08 0.71 351.43 0.05 0.27
Hex 49 42 43 0 A 8 47 15F 5 1B
Octal 111 102 103 0 12 10 107 537 5 33
Binary 1001001 1000010 1000011 0 1010 1000 1000111 101011111 101 11011

Color Harmonies of #494243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494243

Black with #494243

Text Example


Text Example

White with #494243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494243; }

 p { color: rgb(73,66,67); }

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

background-color css

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

 a { background-color: rgb(73,66,67); }

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

border-color css

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

 span { border-color: rgb(73,66,67); }

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