Html Css Color HEX #493D6D Meteorite

📋 copy color: '#493D6D'

red 73 ◦ green 61 ◦ blue 109

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

Shades of Meteorite #493D6D

Tints of Meteorite #493D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.1%

 BLUE value IS 109 (42.97% from 255) = 44.86%

R = 30.04%
G = 25.1%
B = 44.86%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#493D6D (or 0x493D6D) is known color: Meteorite. HEX triplet: 49, 3D and 6D. RGB value is (73,61,109). Sum of RGB (Red+Green+Blue) = 73+61+109=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #493D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D6D is #B6C292. Grayscale: #454545. Windows color (decimal): -11977363 or 7159113. OLE color: 7159113.

HSL color Cylindrical-coordinate representation of color #493D6D: hue angle of 255º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493D6D is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 61 109 -
CMYK 0.33 0.44 0 0.57
HSL 255º 0.28% 0.33% -
HSV(B) 255º 0.44% 0.43% -
XYZ 7.18 5.86 15.22 -
YUV 70.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 73 61 109 0.33 0.44 0 0.57 255 0.28 0.33
Hex 49 3D 6D 21 2C 0 39 FF 1C 21
Octal 111 75 155 41 54 0 71 377 34 41
Binary 1001001 111101 1101101 100001 101100 0 111001 11111111 11100 100001

Color Harmonies of #493D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493D6D

Black with #493D6D

Text Example


Text Example

White with #493D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493D6D; }

 p { color: rgb(73,61,109); }

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

background-color css

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

 a { background-color: rgb(73,61,109); }

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

border-color css

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

 span { border-color: rgb(73,61,109); }

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