Html Css Color HEX #463160 Meteorite

📋 copy color: '#463160'

red 70 ◦ green 49 ◦ blue 96

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

Shades of Meteorite #463160

Tints of Meteorite #463160

RGB

 RED value IS 70 (27.73% from 255) = 32.56%

 GREEN value IS 49 (19.53% from 255) = 22.79%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 32.56%
G = 22.79%
B = 44.65%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463160 (or 0x463160) is known color: Meteorite. HEX triplet: 46, 31 and 60. RGB value is (70,49,96). Sum of RGB (Red+Green+Blue) = 70+49+96=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #463160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463160 is #B9CE9F. Grayscale: #3C3C3C. Windows color (decimal): -12177056 or 6304070. OLE color: 6304070.

HSL color Cylindrical-coordinate representation of color #463160: hue angle of 266.81º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463160 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 49 96 -
CMYK 0.27 0.49 0 0.62
HSL 266.81º 0.32% 0.28% -
HSV(B) 266.81º 0.49% 0.38% -
XYZ 5.74 4.34 11.6 -
YUV 60.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 70 49 96 0.27 0.49 0 0.62 266.81 0.32 0.28
Hex 46 31 60 1B 31 0 3E 10B 20 1C
Octal 106 61 140 33 61 0 76 413 40 34
Binary 1000110 110001 1100000 11011 110001 0 111110 100001011 100000 11100

Color Harmonies of #463160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463160

Black with #463160

Text Example


Text Example

White with #463160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463160; }

 p { color: rgb(70,49,96); }

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

background-color css

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

 a { background-color: rgb(70,49,96); }

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

border-color css

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

 span { border-color: rgb(70,49,96); }

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