Html Css Color HEX #463162 Meteorite

📋 copy color: '#463162'

red 70 ◦ green 49 ◦ blue 98

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

Shades of Meteorite #463162

Tints of Meteorite #463162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.16%

R = 32.26%
G = 22.58%
B = 45.16%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#463162 (or 0x463162) is known color: Meteorite. HEX triplet: 46, 31 and 62. RGB value is (70,49,98). Sum of RGB (Red+Green+Blue) = 70+49+98=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #463162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463162 is #B9CE9D. Grayscale: #3C3C3C. Windows color (decimal): -12177054 or 6435142. OLE color: 6435142.

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

Color convert

RGB 70 49 98 -
CMYK 0.29 0.5 0 0.62
HSL 265.71º 0.33% 0.29% -
HSV(B) 265.71º 0.5% 0.38% -
XYZ 5.83 4.38 12.09 -
YUV 60.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 70 49 98 0.29 0.5 0 0.62 265.71 0.33 0.29
Hex 46 31 62 1D 32 0 3E 10A 21 1D
Octal 106 61 142 35 62 0 76 412 41 35
Binary 1000110 110001 1100010 11101 110010 0 111110 100001010 100001 11101

Color Harmonies of #463162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463162

Black with #463162

Text Example


Text Example

White with #463162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463162; }

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

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

background-color css

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

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

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

border-color css

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

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

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