Html Css Color HEX #493A72 Meteorite

📋 copy color: '#493A72'

red 73 ◦ green 58 ◦ blue 114

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

Shades of Meteorite #493A72

Tints of Meteorite #493A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.53%

R = 29.8%
G = 23.67%
B = 46.53%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493A72 (or 0x493A72) is known color: Meteorite. HEX triplet: 49, 3A and 72. RGB value is (73,58,114). Sum of RGB (Red+Green+Blue) = 73+58+114=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #493A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A72 is #B6C58D. Grayscale: #444444. Windows color (decimal): -11978126 or 7486025. OLE color: 7486025.

HSL color Cylindrical-coordinate representation of color #493A72: hue angle of 256.07º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493A72 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 58 114 -
CMYK 0.36 0.49 0 0.55
HSL 256.07º 0.33% 0.34% -
HSV(B) 256.07º 0.49% 0.45% -
XYZ 7.3 5.66 16.63 -
YUV 68.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 73 58 114 0.36 0.49 0 0.55 256.07 0.33 0.34
Hex 49 3A 72 24 31 0 37 100 21 22
Octal 111 72 162 44 61 0 67 400 41 42
Binary 1001001 111010 1110010 100100 110001 0 110111 100000000 100001 100010

Color Harmonies of #493A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A72

Black with #493A72

Text Example


Text Example

White with #493A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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