Html Css Color HEX #463A61 Meteorite

📋 copy color: '#463A61'

red 70 ◦ green 58 ◦ blue 97

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

Shades of Meteorite #463A61

Tints of Meteorite #463A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

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

R = 31.11%
G = 25.78%
B = 43.11%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463A61 (or 0x463A61) is known color: Meteorite. HEX triplet: 46, 3A and 61. RGB value is (70,58,97). Sum of RGB (Red+Green+Blue) = 70+58+97=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #463A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A61 is #B9C59E. Grayscale: #414141. Windows color (decimal): -12174751 or 6371910. OLE color: 6371910.

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

Color convert

RGB 70 58 97 -
CMYK 0.28 0.40 0 0.62
HSL 258.46º 0.25% 0.3% -
HSV(B) 258.46º 0.4% 0.38% -
XYZ 6.2 5.19 11.98 -
YUV 66.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 70 58 97 0.28 0.40 0 0.62 258.46 0.25 0.3
Hex 46 3A 61 1C 28 0 3E 102 19 1E
Octal 106 72 141 34 50 0 76 402 31 36
Binary 1000110 111010 1100001 11100 101000 0 111110 100000010 11001 11110

Color Harmonies of #463A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A61

Black with #463A61

Text Example


Text Example

White with #463A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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