Html Css Color HEX #493768 Meteorite

📋 copy color: '#493768'

red 73 ◦ green 55 ◦ blue 104

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

Shades of Meteorite #493768

Tints of Meteorite #493768

RGB

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

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

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

R = 31.47%
G = 23.71%
B = 44.83%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#493768 (or 0x493768) is known color: Meteorite. HEX triplet: 49, 37 and 68. RGB value is (73,55,104). Sum of RGB (Red+Green+Blue) = 73+55+104=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #493768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493768 is #B6C897. Grayscale: #414141. Windows color (decimal): -11978904 or 6829897. OLE color: 6829897.

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

Color convert

RGB 73 55 104 -
CMYK 0.30 0.47 0 0.59
HSL 262.04º 0.31% 0.31% -
HSV(B) 262.04º 0.47% 0.41% -
XYZ 6.61 5.15 13.74 -
YUV 65.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 73 55 104 0.30 0.47 0 0.59 262.04 0.31 0.31
Hex 49 37 68 1E 2F 0 3B 106 1F 1F
Octal 111 67 150 36 57 0 73 406 37 37
Binary 1001001 110111 1101000 11110 101111 0 111011 100000110 11111 11111

Color Harmonies of #493768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493768

Black with #493768

Text Example


Text Example

White with #493768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493768; }

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

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

background-color css

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

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

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

border-color css

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

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

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