Html Css Color HEX #493E62 Meteorite

📋 copy color: '#493E62'

red 73 ◦ green 62 ◦ blue 98

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

Shades of Meteorite #493E62

Tints of Meteorite #493E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 31.33%
G = 26.61%
B = 42.06%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493E62 (or 0x493E62) is known color: Meteorite. HEX triplet: 49, 3E and 62. RGB value is (73,62,98). Sum of RGB (Red+Green+Blue) = 73+62+98=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #493E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E62 is #B6C19D. Grayscale: #454545. Windows color (decimal): -11977118 or 6438473. OLE color: 6438473.

HSL color Cylindrical-coordinate representation of color #493E62: hue angle of 258.33º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #493E62 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 62 98 -
CMYK 0.26 0.37 0 0.62
HSL 258.33º 0.23% 0.31% -
HSV(B) 258.33º 0.37% 0.38% -
XYZ 6.67 5.74 12.31 -
YUV 69.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 73 62 98 0.26 0.37 0 0.62 258.33 0.23 0.31
Hex 49 3E 62 1A 25 0 3E 102 16 1F
Octal 111 76 142 32 45 0 76 402 26 37
Binary 1001001 111110 1100010 11010 100101 0 111110 100000010 10110 11111

Color Harmonies of #493E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E62

Black with #493E62

Text Example


Text Example

White with #493E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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