Html Css Color HEX #493C59 Meteorite

📋 copy color: '#493C59'

red 73 ◦ green 60 ◦ blue 89

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

Shades of Meteorite #493C59

Tints of Meteorite #493C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.03%

 BLUE value IS 89 (35.16% from 255) = 40.09%

R = 32.88%
G = 27.03%
B = 40.09%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#493C59 (or 0x493C59) is known color: Meteorite. HEX triplet: 49, 3C and 59. RGB value is (73,60,89). Sum of RGB (Red+Green+Blue) = 73+60+89=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #493C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C59 is #B6C3A6. Grayscale: #434343. Windows color (decimal): -11977639 or 5848137. OLE color: 5848137.

HSL color Cylindrical-coordinate representation of color #493C59: hue angle of 266.9º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493C59 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 60 89 -
CMYK 0.18 0.33 0 0.65
HSL 266.9º 0.19% 0.29% -
HSV(B) 266.9º 0.33% 0.35% -
XYZ 6.17 5.37 10.16 -
YUV 67.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 73 60 89 0.18 0.33 0 0.65 266.9 0.19 0.29
Hex 49 3C 59 12 21 0 41 10B 13 1D
Octal 111 74 131 22 41 0 101 413 23 35
Binary 1001001 111100 1011001 10010 100001 0 1000001 100001011 10011 11101

Color Harmonies of #493C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C59

Black with #493C59

Text Example


Text Example

White with #493C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,60,89); }

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

background-color css

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

 a { background-color: rgb(73,60,89); }

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

border-color css

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

 span { border-color: rgb(73,60,89); }

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