Html Css Color HEX #493672 Meteorite

📋 copy color: '#493672'

red 73 ◦ green 54 ◦ blue 114

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

Shades of Meteorite #493672

Tints of Meteorite #493672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 114 (44.92% from 255) = 47.3%

R = 30.29%
G = 22.41%
B = 47.3%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493672 (or 0x493672) is known color: Meteorite. HEX triplet: 49, 36 and 72. RGB value is (73,54,114). Sum of RGB (Red+Green+Blue) = 73+54+114=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #493672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493672 is #B6C98D. Grayscale: #424242. Windows color (decimal): -11979150 or 7485001. OLE color: 7485001.

HSL color Cylindrical-coordinate representation of color #493672: hue angle of 259º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #493672 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 54 114 -
CMYK 0.36 0.53 0 0.55
HSL 259º 0.36% 0.33% -
HSV(B) 259º 0.53% 0.45% -
XYZ 7.1 5.27 16.56 -
YUV 66.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 73 54 114 0.36 0.53 0 0.55 259 0.36 0.33
Hex 49 36 72 24 35 0 37 103 24 21
Octal 111 66 162 44 65 0 67 403 44 41
Binary 1001001 110110 1110010 100100 110101 0 110111 100000011 100100 100001

Color Harmonies of #493672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493672

Black with #493672

Text Example


Text Example

White with #493672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493672; }

 p { color: rgb(73,54,114); }

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

background-color css

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

 a { background-color: rgb(73,54,114); }

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

border-color css

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

 span { border-color: rgb(73,54,114); }

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