Html Css Color HEX #494365 Meteorite

📋 copy color: '#494365'

red 73 ◦ green 67 ◦ blue 101

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

Shades of Meteorite #494365

Tints of Meteorite #494365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 30.29%
G = 27.8%
B = 41.91%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#494365 (or 0x494365) is known color: Meteorite. HEX triplet: 49, 43 and 65. RGB value is (73,67,101). Sum of RGB (Red+Green+Blue) = 73+67+101=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #494365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494365 is #B6BC9A. Grayscale: #484848. Windows color (decimal): -11975835 or 6636361. OLE color: 6636361.

HSL color Cylindrical-coordinate representation of color #494365: hue angle of 250.59º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494365 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 67 101 -
CMYK 0.28 0.34 0 0.60
HSL 250.59º 0.2% 0.33% -
HSV(B) 250.59º 0.34% 0.4% -
XYZ 7.1 6.37 13.17 -
YUV 72.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 73 67 101 0.28 0.34 0 0.60 250.59 0.2 0.33
Hex 49 43 65 1C 22 0 3C FB 14 21
Octal 111 103 145 34 42 0 74 373 24 41
Binary 1001001 1000011 1100101 11100 100010 0 111100 11111011 10100 100001

Color Harmonies of #494365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494365

Black with #494365

Text Example


Text Example

White with #494365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494365; }

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

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

background-color css

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

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

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

border-color css

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

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

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