Html Css Color HEX #493A62 Meteorite

📋 copy color: '#493A62'

red 73 ◦ green 58 ◦ blue 98

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

Shades of Meteorite #493A62

Tints of Meteorite #493A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.33%

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

R = 31.88%
G = 25.33%
B = 42.79%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493A62 (or 0x493A62) is known color: Meteorite. HEX triplet: 49, 3A and 62. RGB value is (73,58,98). Sum of RGB (Red+Green+Blue) = 73+58+98=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #493A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A62 is #B6C59D. Grayscale: #424242. Windows color (decimal): -11978142 or 6437449. OLE color: 6437449.

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

Color convert

RGB 73 58 98 -
CMYK 0.26 0.41 0 0.62
HSL 262.5º 0.26% 0.31% -
HSV(B) 262.5º 0.41% 0.38% -
XYZ 6.47 5.32 12.24 -
YUV 67.05 145.47 132.25 -
System Red Green Blue C M Y K H S L
Decimal 73 58 98 0.26 0.41 0 0.62 262.5 0.26 0.31
Hex 49 3A 62 1A 29 0 3E 106 1A 1F
Octal 111 72 142 32 51 0 76 406 32 37
Binary 1001001 111010 1100010 11010 101001 0 111110 100000110 11010 11111

Color Harmonies of #493A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A62

Black with #493A62

Text Example


Text Example

White with #493A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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