Html Css Color HEX #494265 Meteorite

📋 copy color: '#494265'

red 73 ◦ green 66 ◦ blue 101

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

Shades of Meteorite #494265

Tints of Meteorite #494265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

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

R = 30.42%
G = 27.5%
B = 42.08%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#494265 (or 0x494265) is known color: Meteorite. HEX triplet: 49, 42 and 65. RGB value is (73,66,101). Sum of RGB (Red+Green+Blue) = 73+66+101=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #494265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494265 is #B6BD9A. Grayscale: #474747. Windows color (decimal): -11976091 or 6636105. OLE color: 6636105.

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

Color convert

RGB 73 66 101 -
CMYK 0.28 0.35 0 0.60
HSL 252º 0.21% 0.33% -
HSV(B) 252º 0.35% 0.4% -
XYZ 7.04 6.25 13.15 -
YUV 72.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 73 66 101 0.28 0.35 0 0.60 252 0.21 0.33
Hex 49 42 65 1C 23 0 3C FC 15 21
Octal 111 102 145 34 43 0 74 374 25 41
Binary 1001001 1000010 1100101 11100 100011 0 111100 11111100 10101 100001

Color Harmonies of #494265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494265

Black with #494265

Text Example


Text Example

White with #494265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494265; }

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

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

background-color css

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

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

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

border-color css

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

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

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