Html Css Color HEX #463861 Meteorite

📋 copy color: '#463861'

red 70 ◦ green 56 ◦ blue 97

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

Shades of Meteorite #463861

Tints of Meteorite #463861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 31.39%
G = 25.11%
B = 43.5%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463861 (or 0x463861) is known color: Meteorite. HEX triplet: 46, 38 and 61. RGB value is (70,56,97). Sum of RGB (Red+Green+Blue) = 70+56+97=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #463861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463861 is #B9C79E. Grayscale: #404040. Windows color (decimal): -12175263 or 6371398. OLE color: 6371398.

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

Color convert

RGB 70 56 97 -
CMYK 0.28 0.42 0 0.62
HSL 260.49º 0.27% 0.3% -
HSV(B) 260.49º 0.42% 0.38% -
XYZ 6.1 4.99 11.95 -
YUV 64.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 70 56 97 0.28 0.42 0 0.62 260.49 0.27 0.3
Hex 46 38 61 1C 2A 0 3E 104 1B 1E
Octal 106 70 141 34 52 0 76 404 33 36
Binary 1000110 111000 1100001 11100 101010 0 111110 100000100 11011 11110

Color Harmonies of #463861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463861

Black with #463861

Text Example


Text Example

White with #463861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463861; }

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

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

background-color css

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

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

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

border-color css

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

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

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