#493775

Color #493775 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #493775

Tints of Meteorite #493775

Color information

#493775 (or 0x493775) is unknown color: approx 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

RGB7355117-
CMYK0.380.5300.54
HSL257.42º36.05%33.73%-
HSV(B)257.42º52.99%45.88%-
XYZ7.325.4317.49-
YUV67.45155.96131.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=29.80%
G=22.45%
B=47.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73551170.380.5300.54257.4236.0533.73
Hex49377526350361012422
Octal1116716546650664014442
Binary100100111011111101011001101101010110110100000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>