Html Css Color HEX #463361 Meteorite

📋 copy color: '#463361'

red 70 ◦ green 51 ◦ blue 97

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

Shades of Meteorite #463361

Tints of Meteorite #463361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 32.11%
G = 23.39%
B = 44.5%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463361 (or 0x463361) is known color: Meteorite. HEX triplet: 46, 33 and 61. RGB value is (70,51,97). Sum of RGB (Red+Green+Blue) = 70+51+97=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #463361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463361 is #B9CC9E. Grayscale: #3D3D3D. Windows color (decimal): -12176543 or 6370118. OLE color: 6370118.

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

Color convert

RGB 70 51 97 -
CMYK 0.28 0.47 0 0.62
HSL 264.78º 0.31% 0.29% -
HSV(B) 264.78º 0.47% 0.38% -
XYZ 5.87 4.53 11.87 -
YUV 61.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 70 51 97 0.28 0.47 0 0.62 264.78 0.31 0.29
Hex 46 33 61 1C 2F 0 3E 109 1F 1D
Octal 106 63 141 34 57 0 76 411 37 35
Binary 1000110 110011 1100001 11100 101111 0 111110 100001001 11111 11101

Color Harmonies of #463361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463361

Black with #463361

Text Example


Text Example

White with #463361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463361; }

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

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

background-color css

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

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

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

border-color css

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

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

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