Html Css Color HEX #493463 Meteorite

📋 copy color: '#493463'

red 73 ◦ green 52 ◦ blue 99

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

Shades of Meteorite #493463

Tints of Meteorite #493463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.21%

 BLUE value IS 99 (39.06% from 255) = 44.2%

R = 32.59%
G = 23.21%
B = 44.2%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493463 (or 0x493463) is known color: Meteorite. HEX triplet: 49, 34 and 63. RGB value is (73,52,99). Sum of RGB (Red+Green+Blue) = 73+52+99=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #493463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493463 is #B6CB9C. Grayscale: #3F3F3F. Windows color (decimal): -11979677 or 6501449. OLE color: 6501449.

HSL color Cylindrical-coordinate representation of color #493463: hue angle of 266.81º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493463 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 52 99 -
CMYK 0.26 0.47 0 0.61
HSL 266.81º 0.31% 0.3% -
HSV(B) 266.81º 0.47% 0.39% -
XYZ 6.23 4.77 12.4 -
YUV 63.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 73 52 99 0.26 0.47 0 0.61 266.81 0.31 0.3
Hex 49 34 63 1A 2F 0 3D 10B 1F 1E
Octal 111 64 143 32 57 0 75 413 37 36
Binary 1001001 110100 1100011 11010 101111 0 111101 100001011 11111 11110

Color Harmonies of #493463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493463

Black with #493463

Text Example


Text Example

White with #493463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493463; }

 p { color: rgb(73,52,99); }

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

background-color css

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

 a { background-color: rgb(73,52,99); }

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

border-color css

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

 span { border-color: rgb(73,52,99); }

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