Html Css Color HEX #493976 Meteorite

📋 copy color: '#493976'

red 73 ◦ green 57 ◦ blue 118

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

Shades of Meteorite #493976

Tints of Meteorite #493976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

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

R = 29.44%
G = 22.98%
B = 47.58%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#493976 (or 0x493976) is known color: Meteorite. HEX triplet: 49, 39 and 76. RGB value is (73,57,118). Sum of RGB (Red+Green+Blue) = 73+57+118=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #493976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493976 is #B6C689. Grayscale: #444444. Windows color (decimal): -11978378 or 7747913. OLE color: 7747913.

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

Color convert

RGB 73 57 118 -
CMYK 0.38 0.52 0 0.54
HSL 255.74º 0.35% 0.34% -
HSV(B) 255.74º 0.52% 0.46% -
XYZ 7.48 5.65 17.84 -
YUV 68.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 73 57 118 0.38 0.52 0 0.54 255.74 0.35 0.34
Hex 49 39 76 26 34 0 36 100 23 22
Octal 111 71 166 46 64 0 66 400 43 42
Binary 1001001 111001 1110110 100110 110100 0 110110 100000000 100011 100010

Color Harmonies of #493976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493976

Black with #493976

Text Example


Text Example

White with #493976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493976; }

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

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

background-color css

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

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

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

border-color css

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

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

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