Html Css Color HEX #493365 Meteorite

📋 copy color: '#493365'

red 73 ◦ green 51 ◦ blue 101

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

Shades of Meteorite #493365

Tints of Meteorite #493365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

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

R = 32.44%
G = 22.67%
B = 44.89%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#493365 (or 0x493365) is known color: Meteorite. HEX triplet: 49, 33 and 65. RGB value is (73,51,101). Sum of RGB (Red+Green+Blue) = 73+51+101=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #493365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493365 is #B6CC9A. Grayscale: #3F3F3F. Windows color (decimal): -11979931 or 6632265. OLE color: 6632265.

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

Color convert

RGB 73 51 101 -
CMYK 0.28 0.50 0 0.60
HSL 266.4º 0.33% 0.3% -
HSV(B) 266.4º 0.5% 0.4% -
XYZ 6.28 4.72 12.89 -
YUV 63.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 73 51 101 0.28 0.50 0 0.60 266.4 0.33 0.3
Hex 49 33 65 1C 32 0 3C 10A 21 1E
Octal 111 63 145 34 62 0 74 412 41 36
Binary 1001001 110011 1100101 11100 110010 0 111100 100001010 100001 11110

Color Harmonies of #493365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493365

Black with #493365

Text Example


Text Example

White with #493365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493365; }

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

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

background-color css

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

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

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

border-color css

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

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

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