Html Css Color HEX #463167 Meteorite

📋 copy color: '#463167'

red 70 ◦ green 49 ◦ blue 103

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

Shades of Meteorite #463167

Tints of Meteorite #463167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 46.4%

R = 31.53%
G = 22.07%
B = 46.4%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#463167 (or 0x463167) is known color: Meteorite. HEX triplet: 46, 31 and 67. RGB value is (70,49,103). Sum of RGB (Red+Green+Blue) = 70+49+103=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #463167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463167 is #B9CE98. Grayscale: #3D3D3D. Windows color (decimal): -12177049 or 6762822. OLE color: 6762822.

HSL color Cylindrical-coordinate representation of color #463167: hue angle of 263.33º degrees, saturation: 0.36, 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 #463167 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 49 103 -
CMYK 0.32 0.52 0 0.60
HSL 263.33º 0.36% 0.3% -
HSV(B) 263.33º 0.52% 0.4% -
XYZ 6.07 4.48 13.38 -
YUV 61.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 70 49 103 0.32 0.52 0 0.60 263.33 0.36 0.3
Hex 46 31 67 20 34 0 3C 107 24 1E
Octal 106 61 147 40 64 0 74 407 44 36
Binary 1000110 110001 1100111 100000 110100 0 111100 100000111 100100 11110

Color Harmonies of #463167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463167

Black with #463167

Text Example


Text Example

White with #463167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463167; }

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

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

background-color css

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

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

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

border-color css

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

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

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