Html Css Color HEX #493A76 Meteorite

📋 copy color: '#493A76'

red 73 ◦ green 58 ◦ blue 118

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

Shades of Meteorite #493A76

Tints of Meteorite #493A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 29.32%
G = 23.29%
B = 47.39%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#493A76 (or 0x493A76) is known color: Meteorite. HEX triplet: 49, 3A and 76. RGB value is (73,58,118). Sum of RGB (Red+Green+Blue) = 73+58+118=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #493A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A76 is #B6C589. Grayscale: #454545. Windows color (decimal): -11978122 or 7748169. OLE color: 7748169.

HSL color Cylindrical-coordinate representation of color #493A76: hue angle of 255º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #493A76 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 58 118 -
CMYK 0.38 0.51 0 0.54
HSL 255º 0.34% 0.35% -
HSV(B) 255º 0.51% 0.46% -
XYZ 7.53 5.75 17.85 -
YUV 69.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 73 58 118 0.38 0.51 0 0.54 255 0.34 0.35
Hex 49 3A 76 26 33 0 36 FF 22 23
Octal 111 72 166 46 63 0 66 377 42 43
Binary 1001001 111010 1110110 100110 110011 0 110110 11111111 100010 100011

Color Harmonies of #493A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A76

Black with #493A76

Text Example


Text Example

White with #493A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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