Html Css Color HEX #494362 Meteorite

📋 copy color: '#494362'

red 73 ◦ green 67 ◦ blue 98

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

Shades of Meteorite #494362

Tints of Meteorite #494362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

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

R = 30.67%
G = 28.15%
B = 41.18%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#494362 (or 0x494362) is known color: Meteorite. HEX triplet: 49, 43 and 62. RGB value is (73,67,98). Sum of RGB (Red+Green+Blue) = 73+67+98=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #494362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494362 is #B6BC9D. Grayscale: #484848. Windows color (decimal): -11975838 or 6439753. OLE color: 6439753.

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

Color convert

RGB 73 67 98 -
CMYK 0.26 0.32 0 0.62
HSL 251.61º 0.19% 0.32% -
HSV(B) 251.61º 0.32% 0.38% -
XYZ 6.96 6.31 12.41 -
YUV 72.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 73 67 98 0.26 0.32 0 0.62 251.61 0.19 0.32
Hex 49 43 62 1A 20 0 3E FC 13 20
Octal 111 103 142 32 40 0 76 374 23 40
Binary 1001001 1000011 1100010 11010 100000 0 111110 11111100 10011 100000

Color Harmonies of #494362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494362

Black with #494362

Text Example


Text Example

White with #494362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494362; }

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

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

background-color css

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

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

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

border-color css

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

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

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