Html Css Color HEX #463161 Meteorite

📋 copy color: '#463161'

red 70 ◦ green 49 ◦ blue 97

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

Shades of Meteorite #463161

Tints of Meteorite #463161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 32.41%
G = 22.69%
B = 44.91%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463161 (or 0x463161) is known color: Meteorite. HEX triplet: 46, 31 and 61. RGB value is (70,49,97). Sum of RGB (Red+Green+Blue) = 70+49+97=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #463161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463161 is #B9CE9E. Grayscale: #3C3C3C. Windows color (decimal): -12177055 or 6369606. OLE color: 6369606.

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

Color convert

RGB 70 49 97 -
CMYK 0.28 0.49 0 0.62
HSL 266.25º 0.33% 0.29% -
HSV(B) 266.25º 0.49% 0.38% -
XYZ 5.78 4.36 11.85 -
YUV 60.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 70 49 97 0.28 0.49 0 0.62 266.25 0.33 0.29
Hex 46 31 61 1C 31 0 3E 10A 21 1D
Octal 106 61 141 34 61 0 76 412 41 35
Binary 1000110 110001 1100001 11100 110001 0 111110 100001010 100001 11101

Color Harmonies of #463161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463161

Black with #463161

Text Example


Text Example

White with #463161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463161; }

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

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

background-color css

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

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

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

border-color css

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

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

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