Html Css Color HEX #493567 Meteorite

📋 copy color: '#493567'

red 73 ◦ green 53 ◦ blue 103

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

Shades of Meteorite #493567

Tints of Meteorite #493567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

 BLUE value IS 103 (40.63% from 255) = 44.98%

R = 31.88%
G = 23.14%
B = 44.98%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#493567 (or 0x493567) is known color: Meteorite. HEX triplet: 49, 35 and 67. RGB value is (73,53,103). Sum of RGB (Red+Green+Blue) = 73+53+103=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #493567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493567 is #B6CA98. Grayscale: #404040. Windows color (decimal): -11979417 or 6763849. OLE color: 6763849.

HSL color Cylindrical-coordinate representation of color #493567: hue angle of 264º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #493567 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 53 103 -
CMYK 0.29 0.49 0 0.60
HSL 264º 0.32% 0.31% -
HSV(B) 264º 0.49% 0.4% -
XYZ 6.47 4.94 13.44 -
YUV 64.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 73 53 103 0.29 0.49 0 0.60 264 0.32 0.31
Hex 49 35 67 1D 31 0 3C 108 20 1F
Octal 111 65 147 35 61 0 74 410 40 37
Binary 1001001 110101 1100111 11101 110001 0 111100 100001000 100000 11111

Color Harmonies of #493567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493567

Black with #493567

Text Example


Text Example

White with #493567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493567; }

 p { color: rgb(73,53,103); }

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

background-color css

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

 a { background-color: rgb(73,53,103); }

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

border-color css

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

 span { border-color: rgb(73,53,103); }

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