Html Css Color HEX #493775 Meteorite

📋 copy color: '#493775'

red 73 ◦ green 55 ◦ blue 117

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

Shades of Meteorite #493775

Tints of Meteorite #493775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 29.8%
G = 22.45%
B = 47.76%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#493775 (or 0x493775) is known color: Meteorite. HEX triplet: 49, 37 and 75. RGB value is (73,55,117). Sum of RGB (Red+Green+Blue) = 73+55+117=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #493775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493775 is #B6C88A. Grayscale: #434343. Windows color (decimal): -11978891 or 7681865. OLE color: 7681865.

HSL color Cylindrical-coordinate representation of color #493775: hue angle of 257.42º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #493775 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 55 117 -
CMYK 0.38 0.53 0 0.54
HSL 257.42º 0.36% 0.34% -
HSV(B) 257.42º 0.53% 0.46% -
XYZ 7.32 5.43 17.49 -
YUV 67.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 73 55 117 0.38 0.53 0 0.54 257.42 0.36 0.34
Hex 49 37 75 26 35 0 36 101 24 22
Octal 111 67 165 46 65 0 66 401 44 42
Binary 1001001 110111 1110101 100110 110101 0 110110 100000001 100100 100010

Color Harmonies of #493775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493775

Black with #493775

Text Example


Text Example

White with #493775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493775; }

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

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

background-color css

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

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

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

border-color css

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

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

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