Html Css Color HEX #493469 Meteorite

📋 copy color: '#493469'

red 73 ◦ green 52 ◦ blue 105

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

Shades of Meteorite #493469

Tints of Meteorite #493469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

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

R = 31.74%
G = 22.61%
B = 45.65%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#493469 (or 0x493469) is known color: Meteorite. HEX triplet: 49, 34 and 69. RGB value is (73,52,105). Sum of RGB (Red+Green+Blue) = 73+52+105=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #493469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493469 is #B6CB96. Grayscale: #404040. Windows color (decimal): -11979671 or 6894665. OLE color: 6894665.

HSL color Cylindrical-coordinate representation of color #493469: hue angle of 263.77º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493469 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 52 105 -
CMYK 0.30 0.50 0 0.59
HSL 263.77º 0.34% 0.31% -
HSV(B) 263.77º 0.5% 0.41% -
XYZ 6.53 4.89 13.96 -
YUV 64.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 73 52 105 0.30 0.50 0 0.59 263.77 0.34 0.31
Hex 49 34 69 1E 32 0 3B 108 22 1F
Octal 111 64 151 36 62 0 73 410 42 37
Binary 1001001 110100 1101001 11110 110010 0 111011 100001000 100010 11111

Color Harmonies of #493469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493469

Black with #493469

Text Example


Text Example

White with #493469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493469; }

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

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

background-color css

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

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

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

border-color css

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

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

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