Html Css Color HEX #493C68 Meteorite

📋 copy color: '#493C68'

red 73 ◦ green 60 ◦ blue 104

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

Shades of Meteorite #493C68

Tints of Meteorite #493C68

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.32%

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

R = 30.8%
G = 25.32%
B = 43.88%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#493C68 (or 0x493C68) is known color: Meteorite. HEX triplet: 49, 3C and 68. RGB value is (73,60,104). Sum of RGB (Red+Green+Blue) = 73+60+104=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #493C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C68 is #B6C397. Grayscale: #444444. Windows color (decimal): -11977624 or 6831177. OLE color: 6831177.

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

Color convert

RGB 73 60 104 -
CMYK 0.30 0.42 0 0.59
HSL 257.73º 0.27% 0.32% -
HSV(B) 257.73º 0.42% 0.41% -
XYZ 6.86 5.65 13.83 -
YUV 68.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 73 60 104 0.30 0.42 0 0.59 257.73 0.27 0.32
Hex 49 3C 68 1E 2A 0 3B 102 1B 20
Octal 111 74 150 36 52 0 73 402 33 40
Binary 1001001 111100 1101000 11110 101010 0 111011 100000010 11011 100000

Color Harmonies of #493C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C68

Black with #493C68

Text Example


Text Example

White with #493C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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