Html Css Color HEX #493760 Meteorite

📋 copy color: '#493760'

red 73 ◦ green 55 ◦ blue 96

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

Shades of Meteorite #493760

Tints of Meteorite #493760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.86%

R = 32.59%
G = 24.55%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493760 (or 0x493760) is known color: Meteorite. HEX triplet: 49, 37 and 60. RGB value is (73,55,96). Sum of RGB (Red+Green+Blue) = 73+55+96=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #493760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493760 is #B6C89F. Grayscale: #404040. Windows color (decimal): -11978912 or 6305609. OLE color: 6305609.

HSL color Cylindrical-coordinate representation of color #493760: hue angle of 266.34º degrees, saturation: 0.27, 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 #493760 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 55 96 -
CMYK 0.24 0.43 0 0.62
HSL 266.34º 0.27% 0.3% -
HSV(B) 266.34º 0.43% 0.38% -
XYZ 6.23 4.99 11.7 -
YUV 65.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 73 55 96 0.24 0.43 0 0.62 266.34 0.27 0.3
Hex 49 37 60 18 2B 0 3E 10A 1B 1E
Octal 111 67 140 30 53 0 76 412 33 36
Binary 1001001 110111 1100000 11000 101011 0 111110 100001010 11011 11110

Color Harmonies of #493760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493760

Black with #493760

Text Example


Text Example

White with #493760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493760; }

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

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

background-color css

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

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

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

border-color css

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

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

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