Html Css Color HEX #493B6D Meteorite

📋 copy color: '#493B6D'

red 73 ◦ green 59 ◦ blue 109

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

Shades of Meteorite #493B6D

Tints of Meteorite #493B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.48%

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

R = 30.29%
G = 24.48%
B = 45.23%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#493B6D (or 0x493B6D) is known color: Meteorite. HEX triplet: 49, 3B and 6D. RGB value is (73,59,109). Sum of RGB (Red+Green+Blue) = 73+59+109=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #493B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B6D is #B6C492. Grayscale: #444444. Windows color (decimal): -11977875 or 7158601. OLE color: 7158601.

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

Color convert

RGB 73 59 109 -
CMYK 0.33 0.46 0 0.57
HSL 256.8º 0.3% 0.33% -
HSV(B) 256.8º 0.46% 0.43% -
XYZ 7.07 5.65 15.19 -
YUV 68.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 73 59 109 0.33 0.46 0 0.57 256.8 0.3 0.33
Hex 49 3B 6D 21 2E 0 39 101 1E 21
Octal 111 73 155 41 56 0 71 401 36 41
Binary 1001001 111011 1101101 100001 101110 0 111001 100000001 11110 100001

Color Harmonies of #493B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B6D

Black with #493B6D

Text Example


Text Example

White with #493B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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