Html Css Color HEX #493A65 Meteorite

📋 copy color: '#493A65'

red 73 ◦ green 58 ◦ blue 101

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

Shades of Meteorite #493A65

Tints of Meteorite #493A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.53%

R = 31.47%
G = 25%
B = 43.53%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#493A65 (or 0x493A65) is known color: Meteorite. HEX triplet: 49, 3A and 65. RGB value is (73,58,101). Sum of RGB (Red+Green+Blue) = 73+58+101=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #493A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493A65 is #B6C59A. Grayscale: #434343. Windows color (decimal): -11978139 or 6634057. OLE color: 6634057.

HSL color Cylindrical-coordinate representation of color #493A65: hue angle of 260.93º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #493A65 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 58 101 -
CMYK 0.28 0.43 0 0.60
HSL 260.93º 0.27% 0.31% -
HSV(B) 260.93º 0.43% 0.4% -
XYZ 6.61 5.38 13 -
YUV 67.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 73 58 101 0.28 0.43 0 0.60 260.93 0.27 0.31
Hex 49 3A 65 1C 2B 0 3C 105 1B 1F
Octal 111 72 145 34 53 0 74 405 33 37
Binary 1001001 111010 1100101 11100 101011 0 111100 100000101 11011 11111

Color Harmonies of #493A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A65

Black with #493A65

Text Example


Text Example

White with #493A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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