Html Css Color HEX #493A69 Meteorite

📋 copy color: '#493A69'

red 73 ◦ green 58 ◦ blue 105

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

Shades of Meteorite #493A69

Tints of Meteorite #493A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.49%

R = 30.93%
G = 24.58%
B = 44.49%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#493A69 (or 0x493A69) is known color: Meteorite. HEX triplet: 49, 3A and 69. RGB value is (73,58,105). Sum of RGB (Red+Green+Blue) = 73+58+105=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #493A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A69 is #B6C596. Grayscale: #434343. Windows color (decimal): -11978135 or 6896201. OLE color: 6896201.

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

Color convert

RGB 73 58 105 -
CMYK 0.30 0.45 0 0.59
HSL 259.15º 0.29% 0.32% -
HSV(B) 259.15º 0.45% 0.41% -
XYZ 6.81 5.46 14.06 -
YUV 67.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 73 58 105 0.30 0.45 0 0.59 259.15 0.29 0.32
Hex 49 3A 69 1E 2D 0 3B 103 1D 20
Octal 111 72 151 36 55 0 73 403 35 40
Binary 1001001 111010 1101001 11110 101101 0 111011 100000011 11101 100000

Color Harmonies of #493A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A69

Black with #493A69

Text Example


Text Example

White with #493A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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