Html Css Color HEX #493A6A Meteorite

📋 copy color: '#493A6A'

red 73 ◦ green 58 ◦ blue 106

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

Shades of Meteorite #493A6A

Tints of Meteorite #493A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.47%

 BLUE value IS 106 (41.8% from 255) = 44.73%

R = 30.8%
G = 24.47%
B = 44.73%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#493A6A (or 0x493A6A) is known color: Meteorite. HEX triplet: 49, 3A and 6A. RGB value is (73,58,106). Sum of RGB (Red+Green+Blue) = 73+58+106=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #493A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A6A is #B6C595. Grayscale: #434343. Windows color (decimal): -11978134 or 6961737. OLE color: 6961737.

HSL color Cylindrical-coordinate representation of color #493A6A: hue angle of 258.75º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493A6A is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 58 106 -
CMYK 0.31 0.45 0 0.58
HSL 258.75º 0.29% 0.32% -
HSV(B) 258.75º 0.45% 0.42% -
XYZ 6.86 5.48 14.33 -
YUV 67.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 73 58 106 0.31 0.45 0 0.58 258.75 0.29 0.32
Hex 49 3A 6A 1F 2D 0 3A 103 1D 20
Octal 111 72 152 37 55 0 72 403 35 40
Binary 1001001 111010 1101010 11111 101101 0 111010 100000011 11101 100000

Color Harmonies of #493A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A6A

Black with #493A6A

Text Example


Text Example

White with #493A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,58,106); }

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

background-color css

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

 a { background-color: rgb(73,58,106); }

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

border-color css

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

 span { border-color: rgb(73,58,106); }

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