Html Css Color HEX #493E64 Meteorite

📋 copy color: '#493E64'

red 73 ◦ green 62 ◦ blue 100

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

Shades of Meteorite #493E64

Tints of Meteorite #493E64

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.38%

 BLUE value IS 100 (39.45% from 255) = 42.55%

R = 31.06%
G = 26.38%
B = 42.55%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493E64 (or 0x493E64) is known color: Meteorite. HEX triplet: 49, 3E and 64. RGB value is (73,62,100). Sum of RGB (Red+Green+Blue) = 73+62+100=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 100 - color contains mainly: blue. Hex color #493E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E64 is #B6C19B. Grayscale: #454545. Windows color (decimal): -11977116 or 6569545. OLE color: 6569545.

HSL color Cylindrical-coordinate representation of color #493E64: hue angle of 257.37º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #493E64 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 62 100 -
CMYK 0.27 0.38 0 0.61
HSL 257.37º 0.23% 0.32% -
HSV(B) 257.37º 0.38% 0.39% -
XYZ 6.77 5.78 12.82 -
YUV 69.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 73 62 100 0.27 0.38 0 0.61 257.37 0.23 0.32
Hex 49 3E 64 1B 26 0 3D 101 17 20
Octal 111 76 144 33 46 0 75 401 27 40
Binary 1001001 111110 1100100 11011 100110 0 111101 100000001 10111 100000

Color Harmonies of #493E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E64

Black with #493E64

Text Example


Text Example

White with #493E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,100); }

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

background-color css

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

 a { background-color: rgb(73,62,100); }

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

border-color css

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

 span { border-color: rgb(73,62,100); }

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