Html Css Color HEX #493765 Meteorite

📋 copy color: '#493765'

red 73 ◦ green 55 ◦ blue 101

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

Shades of Meteorite #493765

Tints of Meteorite #493765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.02%

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

R = 31.88%
G = 24.02%
B = 44.1%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#493765 (or 0x493765) is known color: Meteorite. HEX triplet: 49, 37 and 65. RGB value is (73,55,101). Sum of RGB (Red+Green+Blue) = 73+55+101=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #493765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493765 is #B6C89A. Grayscale: #414141. Windows color (decimal): -11978907 or 6633289. OLE color: 6633289.

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

Color convert

RGB 73 55 101 -
CMYK 0.28 0.46 0 0.60
HSL 263.48º 0.29% 0.31% -
HSV(B) 263.48º 0.46% 0.4% -
XYZ 6.46 5.09 12.95 -
YUV 65.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 73 55 101 0.28 0.46 0 0.60 263.48 0.29 0.31
Hex 49 37 65 1C 2E 0 3C 107 1D 1F
Octal 111 67 145 34 56 0 74 407 35 37
Binary 1001001 110111 1100101 11100 101110 0 111100 100000111 11101 11111

Color Harmonies of #493765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493765

Black with #493765

Text Example


Text Example

White with #493765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493765; }

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

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

background-color css

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

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

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

border-color css

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

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

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