Html Css Color HEX #494066 Meteorite

📋 copy color: '#494066'

red 73 ◦ green 64 ◦ blue 102

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

Shades of Meteorite #494066

Tints of Meteorite #494066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.78%

 BLUE value IS 102 (40.23% from 255) = 42.68%

R = 30.54%
G = 26.78%
B = 42.68%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#494066 (or 0x494066) is known color: Meteorite. HEX triplet: 49, 40 and 66. RGB value is (73,64,102). Sum of RGB (Red+Green+Blue) = 73+64+102=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #494066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494066 is #B6BF99. Grayscale: #464646. Windows color (decimal): -11976602 or 6701129. OLE color: 6701129.

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

Color convert

RGB 73 64 102 -
CMYK 0.28 0.37 0 0.6
HSL 254.21º 0.23% 0.33% -
HSV(B) 254.21º 0.37% 0.4% -
XYZ 6.98 6.04 13.37 -
YUV 71.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 73 64 102 0.28 0.37 0 0.6 254.21 0.23 0.33
Hex 49 40 66 1C 25 0 3C FE 17 21
Octal 111 100 146 34 45 0 74 376 27 41
Binary 1001001 1000000 1100110 11100 100101 0 111100 11111110 10111 100001

Color Harmonies of #494066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494066

Black with #494066

Text Example


Text Example

White with #494066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494066; }

 p { color: rgb(73,64,102); }

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

background-color css

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

 a { background-color: rgb(73,64,102); }

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

border-color css

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

 span { border-color: rgb(73,64,102); }

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