Html Css Color HEX #493C76 Meteorite

📋 copy color: '#493C76'

red 73 ◦ green 60 ◦ blue 118

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

Shades of Meteorite #493C76

Tints of Meteorite #493C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.9%

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

R = 29.08%
G = 23.9%
B = 47.01%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#493C76 (or 0x493C76) is known color: Meteorite. HEX triplet: 49, 3C and 76. RGB value is (73,60,118). Sum of RGB (Red+Green+Blue) = 73+60+118=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #493C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C76 is #B6C389. Grayscale: #464646. Windows color (decimal): -11977610 or 7748681. OLE color: 7748681.

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

Color convert

RGB 73 60 118 -
CMYK 0.38 0.49 0 0.54
HSL 253.45º 0.33% 0.35% -
HSV(B) 253.45º 0.49% 0.46% -
XYZ 7.63 5.96 17.89 -
YUV 70.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 73 60 118 0.38 0.49 0 0.54 253.45 0.33 0.35
Hex 49 3C 76 26 31 0 36 FD 21 23
Octal 111 74 166 46 61 0 66 375 41 43
Binary 1001001 111100 1110110 100110 110001 0 110110 11111101 100001 100011

Color Harmonies of #493C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C76

Black with #493C76

Text Example


Text Example

White with #493C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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