Html Css Color HEX #493761 Meteorite

📋 copy color: '#493761'

red 73 ◦ green 55 ◦ blue 97

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

Shades of Meteorite #493761

Tints of Meteorite #493761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

 BLUE value IS 97 (38.28% from 255) = 43.11%

R = 32.44%
G = 24.44%
B = 43.11%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493761 (or 0x493761) is known color: Meteorite. HEX triplet: 49, 37 and 61. RGB value is (73,55,97). Sum of RGB (Red+Green+Blue) = 73+55+97=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #493761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493761 is #B6C89E. Grayscale: #414141. Windows color (decimal): -11978911 or 6371145. OLE color: 6371145.

HSL color Cylindrical-coordinate representation of color #493761: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #493761 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 55 97 -
CMYK 0.25 0.43 0 0.62
HSL 265.71º 0.28% 0.3% -
HSV(B) 265.71º 0.43% 0.38% -
XYZ 6.27 5.01 11.95 -
YUV 65.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 73 55 97 0.25 0.43 0 0.62 265.71 0.28 0.3
Hex 49 37 61 19 2B 0 3E 10A 1C 1E
Octal 111 67 141 31 53 0 76 412 34 36
Binary 1001001 110111 1100001 11001 101011 0 111110 100001010 11100 11110

Color Harmonies of #493761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493761

Black with #493761

Text Example


Text Example

White with #493761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493761; }

 p { color: rgb(73,55,97); }

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

background-color css

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

 a { background-color: rgb(73,55,97); }

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

border-color css

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

 span { border-color: rgb(73,55,97); }

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