Html Css Color HEX #493464 Meteorite

📋 copy color: '#493464'

red 73 ◦ green 52 ◦ blue 100

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

Shades of Meteorite #493464

Tints of Meteorite #493464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.44%

R = 32.44%
G = 23.11%
B = 44.44%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493464 (or 0x493464) is known color: Meteorite. HEX triplet: 49, 34 and 64. RGB value is (73,52,100). Sum of RGB (Red+Green+Blue) = 73+52+100=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #493464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493464 is #B6CB9B. Grayscale: #3F3F3F. Windows color (decimal): -11979676 or 6566985. OLE color: 6566985.

HSL color Cylindrical-coordinate representation of color #493464: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493464 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 52 100 -
CMYK 0.27 0.48 0 0.61
HSL 266.25º 0.32% 0.3% -
HSV(B) 266.25º 0.48% 0.39% -
XYZ 6.28 4.79 12.65 -
YUV 63.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 73 52 100 0.27 0.48 0 0.61 266.25 0.32 0.3
Hex 49 34 64 1B 30 0 3D 10A 20 1E
Octal 111 64 144 33 60 0 75 412 40 36
Binary 1001001 110100 1100100 11011 110000 0 111101 100001010 100000 11110

Color Harmonies of #493464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493464

Black with #493464

Text Example


Text Example

White with #493464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493464; }

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

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

background-color css

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

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

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

border-color css

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

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

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