Html Css Color HEX #463367 Meteorite

📋 copy color: '#463367'

red 70 ◦ green 51 ◦ blue 103

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

Shades of Meteorite #463367

Tints of Meteorite #463367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

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

R = 31.25%
G = 22.77%
B = 45.98%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#463367 (or 0x463367) is known color: Meteorite. HEX triplet: 46, 33 and 67. RGB value is (70,51,103). Sum of RGB (Red+Green+Blue) = 70+51+103=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #463367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463367 is #B9CC98. Grayscale: #3E3E3E. Windows color (decimal): -12176537 or 6763334. OLE color: 6763334.

HSL color Cylindrical-coordinate representation of color #463367: hue angle of 261.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463367 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 51 103 -
CMYK 0.32 0.50 0 0.60
HSL 261.92º 0.34% 0.3% -
HSV(B) 261.92º 0.5% 0.4% -
XYZ 6.16 4.65 13.4 -
YUV 62.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 70 51 103 0.32 0.50 0 0.60 261.92 0.34 0.3
Hex 46 33 67 20 32 0 3C 106 22 1E
Octal 106 63 147 40 62 0 74 406 42 36
Binary 1000110 110011 1100111 100000 110010 0 111100 100000110 100010 11110

Color Harmonies of #463367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463367

Black with #463367

Text Example


Text Example

White with #463367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463367; }

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

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

background-color css

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

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

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

border-color css

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

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

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