Html Css Color HEX #493F63 Meteorite

📋 copy color: '#493F63'

red 73 ◦ green 63 ◦ blue 99

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

Shades of Meteorite #493F63

Tints of Meteorite #493F63

RGB

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

 GREEN value IS 63 (25% from 255) = 26.81%

 BLUE value IS 99 (39.06% from 255) = 42.13%

R = 31.06%
G = 26.81%
B = 42.13%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493F63 (or 0x493F63) is known color: Meteorite. HEX triplet: 49, 3F and 63. RGB value is (73,63,99). Sum of RGB (Red+Green+Blue) = 73+63+99=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #493F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F63 is #B6C09C. Grayscale: #454545. Windows color (decimal): -11976861 or 6504265. OLE color: 6504265.

HSL color Cylindrical-coordinate representation of color #493F63: hue angle of 256.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #493F63 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 63 99 -
CMYK 0.26 0.36 0 0.61
HSL 256.67º 0.22% 0.32% -
HSV(B) 256.67º 0.36% 0.39% -
XYZ 6.78 5.87 12.58 -
YUV 70.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 73 63 99 0.26 0.36 0 0.61 256.67 0.22 0.32
Hex 49 3F 63 1A 24 0 3D 101 16 20
Octal 111 77 143 32 44 0 75 401 26 40
Binary 1001001 111111 1100011 11010 100100 0 111101 100000001 10110 100000

Color Harmonies of #493F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F63

Black with #493F63

Text Example


Text Example

White with #493F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,99); }

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

background-color css

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

 a { background-color: rgb(73,63,99); }

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

border-color css

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

 span { border-color: rgb(73,63,99); }

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