Html Css Color HEX #493468 Meteorite

📋 copy color: '#493468'

red 73 ◦ green 52 ◦ blue 104

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

Shades of Meteorite #493468

Tints of Meteorite #493468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 45.41%

R = 31.88%
G = 22.71%
B = 45.41%

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

#493468 (or 0x493468) is known color: Meteorite. HEX triplet: 49, 34 and 68. RGB value is (73,52,104). Sum of RGB (Red+Green+Blue) = 73+52+104=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #493468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493468 is #B6CB97. Grayscale: #404040. Windows color (decimal): -11979672 or 6829129. OLE color: 6829129.

HSL color Cylindrical-coordinate representation of color #493468: hue angle of 264.23º degrees, saturation: 0.33, 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 #493468 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 52 104 -
CMYK 0.30 0.50 0 0.59
HSL 264.23º 0.33% 0.31% -
HSV(B) 264.23º 0.5% 0.41% -
XYZ 6.47 4.87 13.7 -
YUV 64.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 73 52 104 0.30 0.50 0 0.59 264.23 0.33 0.31
Hex 49 34 68 1E 32 0 3B 108 21 1F
Octal 111 64 150 36 62 0 73 410 41 37
Binary 1001001 110100 1101000 11110 110010 0 111011 100001000 100001 11111

Color Harmonies of #493468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493468

Black with #493468

Text Example


Text Example

White with #493468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493468; }

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

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

background-color css

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

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

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

border-color css

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

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

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