Html Css Color HEX #493F68 Meteorite

📋 copy color: '#493F68'

red 73 ◦ green 63 ◦ blue 104

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

Shades of Meteorite #493F68

Tints of Meteorite #493F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 30.42%
G = 26.25%
B = 43.33%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#493F68 (or 0x493F68) is known color: Meteorite. HEX triplet: 49, 3F and 68. RGB value is (73,63,104). Sum of RGB (Red+Green+Blue) = 73+63+104=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #493F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F68 is #B6C097. Grayscale: #464646. Windows color (decimal): -11976856 or 6831945. OLE color: 6831945.

HSL color Cylindrical-coordinate representation of color #493F68: hue angle of 254.63º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #493F68 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 63 104 -
CMYK 0.30 0.39 0 0.59
HSL 254.63º 0.25% 0.33% -
HSV(B) 254.63º 0.39% 0.41% -
XYZ 7.02 5.97 13.88 -
YUV 70.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 73 63 104 0.30 0.39 0 0.59 254.63 0.25 0.33
Hex 49 3F 68 1E 27 0 3B FF 19 21
Octal 111 77 150 36 47 0 73 377 31 41
Binary 1001001 111111 1101000 11110 100111 0 111011 11111111 11001 100001

Color Harmonies of #493F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F68

Black with #493F68

Text Example


Text Example

White with #493F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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