Html Css Color HEX #463166 Meteorite

📋 copy color: '#463166'

red 70 ◦ green 49 ◦ blue 102

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

Shades of Meteorite #463166

Tints of Meteorite #463166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.15%

R = 31.67%
G = 22.17%
B = 46.15%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#463166 (or 0x463166) is known color: Meteorite. HEX triplet: 46, 31 and 66. RGB value is (70,49,102). Sum of RGB (Red+Green+Blue) = 70+49+102=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #463166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463166 is #B9CE99. Grayscale: #3D3D3D. Windows color (decimal): -12177050 or 6697286. OLE color: 6697286.

HSL color Cylindrical-coordinate representation of color #463166: hue angle of 263.77º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463166 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 49 102 -
CMYK 0.31 0.52 0 0.6
HSL 263.77º 0.35% 0.3% -
HSV(B) 263.77º 0.52% 0.4% -
XYZ 6.02 4.46 13.11 -
YUV 61.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 70 49 102 0.31 0.52 0 0.6 263.77 0.35 0.3
Hex 46 31 66 1F 34 0 3C 108 23 1E
Octal 106 61 146 37 64 0 74 410 43 36
Binary 1000110 110001 1100110 11111 110100 0 111100 100001000 100011 11110

Color Harmonies of #463166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463166

Black with #463166

Text Example


Text Example

White with #463166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463166; }

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

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

background-color css

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

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

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

border-color css

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

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

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