Html Css Color HEX #463168 Meteorite

📋 copy color: '#463168'

red 70 ◦ green 49 ◦ blue 104

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

Shades of Meteorite #463168

Tints of Meteorite #463168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.64%

R = 31.39%
G = 21.97%
B = 46.64%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#463168 (or 0x463168) is known color: Meteorite. HEX triplet: 46, 31 and 68. RGB value is (70,49,104). Sum of RGB (Red+Green+Blue) = 70+49+104=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #463168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463168 is #B9CE97. Grayscale: #3D3D3D. Windows color (decimal): -12177048 or 6828358. OLE color: 6828358.

HSL color Cylindrical-coordinate representation of color #463168: hue angle of 262.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463168 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 49 104 -
CMYK 0.33 0.53 0 0.59
HSL 262.91º 0.36% 0.3% -
HSV(B) 262.91º 0.53% 0.41% -
XYZ 6.12 4.5 13.64 -
YUV 61.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 70 49 104 0.33 0.53 0 0.59 262.91 0.36 0.3
Hex 46 31 68 21 35 0 3B 107 24 1E
Octal 106 61 150 41 65 0 73 407 44 36
Binary 1000110 110001 1101000 100001 110101 0 111011 100000111 100100 11110

Color Harmonies of #463168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463168

Black with #463168

Text Example


Text Example

White with #463168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463168; }

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

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

background-color css

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

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

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

border-color css

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

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

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