Html Css Color HEX #493E74 Meteorite

📋 copy color: '#493E74'

red 73 ◦ green 62 ◦ blue 116

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

Shades of Meteorite #493E74

Tints of Meteorite #493E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.7%

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

R = 29.08%
G = 24.7%
B = 46.22%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493E74 (or 0x493E74) is known color: Meteorite. HEX triplet: 49, 3E and 74. RGB value is (73,62,116). Sum of RGB (Red+Green+Blue) = 73+62+116=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #493E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E74 is #B6C18B. Grayscale: #474747. Windows color (decimal): -11977100 or 7618121. OLE color: 7618121.

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

Color convert

RGB 73 62 116 -
CMYK 0.37 0.47 0 0.55
HSL 252.22º 0.3% 0.35% -
HSV(B) 252.22º 0.47% 0.45% -
XYZ 7.62 6.12 17.3 -
YUV 71.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 73 62 116 0.37 0.47 0 0.55 252.22 0.3 0.35
Hex 49 3E 74 25 2F 0 37 FC 1E 23
Octal 111 76 164 45 57 0 67 374 36 43
Binary 1001001 111110 1110100 100101 101111 0 110111 11111100 11110 100011

Color Harmonies of #493E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E74

Black with #493E74

Text Example


Text Example

White with #493E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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