Html Css Color HEX #493F42 Jon

📋 copy color: '#493F42'

red 73 ◦ green 63 ◦ blue 66

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

Shades of Jon #493F42

Tints of Jon #493F42

RGB

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

 GREEN value IS 63 (25% from 255) = 31.19%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 36.14%
G = 31.19%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#493F42 (or 0x493F42) is known color: Jon. HEX triplet: 49, 3F and 42. RGB value is (73,63,66). Sum of RGB (Red+Green+Blue) = 73+63+66=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #493F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F42 is #B6C0BD. Grayscale: #424242. Windows color (decimal): -11976894 or 4341577. OLE color: 4341577.

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

Color convert

RGB 73 63 66 -
CMYK 0 0.14 0.10 0.71
HSL 342º 0.07% 0.27% -
HSV(B) 342º 0.14% 0.29% -
XYZ 5.51 5.36 5.9 -
YUV 66.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 73 63 66 0 0.14 0.10 0.71 342 0.07 0.27
Hex 49 3F 42 0 E A 47 156 7 1B
Octal 111 77 102 0 16 12 107 526 7 33
Binary 1001001 111111 1000010 0 1110 1010 1000111 101010110 111 11011

Color Harmonies of #493F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F42

Black with #493F42

Text Example


Text Example

White with #493F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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