Html Css Color HEX #493C74 Meteorite

📋 copy color: '#493C74'

red 73 ◦ green 60 ◦ blue 116

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

Shades of Meteorite #493C74

Tints of Meteorite #493C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 29.32%
G = 24.1%
B = 46.59%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493C74 (or 0x493C74) is known color: Meteorite. HEX triplet: 49, 3C and 74. RGB value is (73,60,116). Sum of RGB (Red+Green+Blue) = 73+60+116=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #493C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C74 is #B6C38B. Grayscale: #464646. Windows color (decimal): -11977612 or 7617609. OLE color: 7617609.

HSL color Cylindrical-coordinate representation of color #493C74: hue angle of 253.93º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493C74 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 60 116 -
CMYK 0.37 0.48 0 0.55
HSL 253.93º 0.32% 0.35% -
HSV(B) 253.93º 0.48% 0.45% -
XYZ 7.52 5.91 17.27 -
YUV 70.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 73 60 116 0.37 0.48 0 0.55 253.93 0.32 0.35
Hex 49 3C 74 25 30 0 37 FE 20 23
Octal 111 74 164 45 60 0 67 376 40 43
Binary 1001001 111100 1110100 100101 110000 0 110111 11111110 100000 100011

Color Harmonies of #493C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C74

Black with #493C74

Text Example


Text Example

White with #493C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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