Html Css Color HEX #493662 Meteorite

📋 copy color: '#493662'

red 73 ◦ green 54 ◦ blue 98

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

Shades of Meteorite #493662

Tints of Meteorite #493662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 32.44%
G = 24%
B = 43.56%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493662 (or 0x493662) is known color: Meteorite. HEX triplet: 49, 36 and 62. RGB value is (73,54,98). Sum of RGB (Red+Green+Blue) = 73+54+98=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #493662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493662 is #B6C99D. Grayscale: #404040. Windows color (decimal): -11979166 or 6436425. OLE color: 6436425.

HSL color Cylindrical-coordinate representation of color #493662: hue angle of 265.91º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493662 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 54 98 -
CMYK 0.26 0.45 0 0.62
HSL 265.91º 0.29% 0.3% -
HSV(B) 265.91º 0.45% 0.38% -
XYZ 6.27 4.94 12.18 -
YUV 64.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 73 54 98 0.26 0.45 0 0.62 265.91 0.29 0.3
Hex 49 36 62 1A 2D 0 3E 10A 1D 1E
Octal 111 66 142 32 55 0 76 412 35 36
Binary 1001001 110110 1100010 11010 101101 0 111110 100001010 11101 11110

Color Harmonies of #493662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493662

Black with #493662

Text Example


Text Example

White with #493662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493662; }

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

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

background-color css

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

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

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

border-color css

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

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

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