Html Css Color HEX #493673 Meteorite

📋 copy color: '#493673'

red 73 ◦ green 54 ◦ blue 115

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

Shades of Meteorite #493673

Tints of Meteorite #493673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.31%

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 30.17%
G = 22.31%
B = 47.52%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493673 (or 0x493673) is known color: Meteorite. HEX triplet: 49, 36 and 73. RGB value is (73,54,115). Sum of RGB (Red+Green+Blue) = 73+54+115=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #493673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493673 is #B6C98C. Grayscale: #424242. Windows color (decimal): -11979149 or 7550537. OLE color: 7550537.

HSL color Cylindrical-coordinate representation of color #493673: hue angle of 258.69º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #493673 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 54 115 -
CMYK 0.37 0.53 0 0.55
HSL 258.69º 0.36% 0.33% -
HSV(B) 258.69º 0.53% 0.45% -
XYZ 7.16 5.29 16.86 -
YUV 66.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 73 54 115 0.37 0.53 0 0.55 258.69 0.36 0.33
Hex 49 36 73 25 35 0 37 103 24 21
Octal 111 66 163 45 65 0 67 403 44 41
Binary 1001001 110110 1110011 100101 110101 0 110111 100000011 100100 100001

Color Harmonies of #493673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493673

Black with #493673

Text Example


Text Example

White with #493673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493673; }

 p { color: rgb(73,54,115); }

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

background-color css

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

 a { background-color: rgb(73,54,115); }

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

border-color css

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

 span { border-color: rgb(73,54,115); }

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