Html Css Color HEX #493471 Meteorite

📋 copy color: '#493471'

red 73 ◦ green 52 ◦ blue 113

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

Shades of Meteorite #493471

Tints of Meteorite #493471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 47.48%

R = 30.67%
G = 21.85%
B = 47.48%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#493471 (or 0x493471) is known color: Meteorite. HEX triplet: 49, 34 and 71. RGB value is (73,52,113). Sum of RGB (Red+Green+Blue) = 73+52+113=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #493471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493471 is #B6CB8E. Grayscale: #414141. Windows color (decimal): -11979663 or 7418953. OLE color: 7418953.

HSL color Cylindrical-coordinate representation of color #493471: hue angle of 260.66º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #493471 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 52 113 -
CMYK 0.35 0.54 0 0.56
HSL 260.66º 0.37% 0.32% -
HSV(B) 260.66º 0.54% 0.44% -
XYZ 6.96 5.06 16.23 -
YUV 65.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 73 52 113 0.35 0.54 0 0.56 260.66 0.37 0.32
Hex 49 34 71 23 36 0 38 105 25 20
Octal 111 64 161 43 66 0 70 405 45 40
Binary 1001001 110100 1110001 100011 110110 0 111000 100000101 100101 100000

Color Harmonies of #493471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493471

Black with #493471

Text Example


Text Example

White with #493471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493471; }

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

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

background-color css

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

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

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

border-color css

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

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

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