Html Css Color HEX #493B69 Meteorite

📋 copy color: '#493B69'

red 73 ◦ green 59 ◦ blue 105

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

Shades of Meteorite #493B69

Tints of Meteorite #493B69

RGB

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

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

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

R = 30.8%
G = 24.89%
B = 44.3%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#493B69 (or 0x493B69) is known color: Meteorite. HEX triplet: 49, 3B and 69. RGB value is (73,59,105). Sum of RGB (Red+Green+Blue) = 73+59+105=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #493B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B69 is #B6C496. Grayscale: #444444. Windows color (decimal): -11977879 or 6896457. OLE color: 6896457.

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

Color convert

RGB 73 59 105 -
CMYK 0.30 0.44 0 0.59
HSL 258.26º 0.28% 0.32% -
HSV(B) 258.26º 0.44% 0.41% -
XYZ 6.86 5.56 14.08 -
YUV 68.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 73 59 105 0.30 0.44 0 0.59 258.26 0.28 0.32
Hex 49 3B 69 1E 2C 0 3B 102 1C 20
Octal 111 73 151 36 54 0 73 402 34 40
Binary 1001001 111011 1101001 11110 101100 0 111011 100000010 11100 100000

Color Harmonies of #493B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B69

Black with #493B69

Text Example


Text Example

White with #493B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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